Html Css Color HEX #7C0285 Purple

📋 copy color: '#7C0285'

red 124 ◦ green 2 ◦ blue 133

#7C0285
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple #7C0285

Tints of Purple #7C0285

RGB

 RED value IS 124 (48.83% from 255) = 47.88%

 GREEN value IS 2 (1.17% from 255) = 0.77%

 BLUE value IS 133 (52.34% from 255) = 51.35%

R = 47.88%
G = 0.77%
B = 51.35%

CMYK

 C value IS 0.07

 M value IS 0.98

 Y value IS 0

 K value IS 0.48

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#7C0285 (or 0x7C0285) is known color: Purple. HEX triplet: 7C, 02 and 85. RGB value is (124,2,133). Sum of RGB (Red+Green+Blue) = 124+2+133=259 (34% of max value = 765). Red value is 124 (48.83% from 255 or 47.88% from 259); Green value is 2 (1.17% from 255 or 0.77% from 259); Blue value is 133 (52.34% from 255 or 51.35% from 259); Max value from RGB is 133 - color contains mainly: blue. Hex color #7C0285 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C0285 is #83FD7A. Grayscale: #353535. Windows color (decimal): -8650107 or 8716924. OLE color: 8716924.

HSL color Cylindrical-coordinate representation of color #7C0285: hue angle of 295.88º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7C0285 is Cyan = 0.07, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 124 2 133 -
CMYK 0.07 0.98 0 0.48
HSL 295.88º 0.97% 0.26% -
HSV(B) 295.88º 0.98% 0.52% -
XYZ 12.57 6.02 22.69 -
YUV 53.41 172.92 178.35 -
System Red Green Blue C M Y K H S L
Decimal 124 2 133 0.07 0.98 0 0.48 295.88 0.97 0.26
Hex 7C 2 85 7 62 0 30 128 61 1A
Octal 174 2 205 7 142 0 60 450 141 32
Binary 1111100 10 10000101 111 1100010 0 110000 100101000 1100001 11010

Color Harmonies of #7C0285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C0285

Black with #7C0285

Text Example


Text Example

White with #7C0285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7C0285; }

 p { color: rgb(124,2,133); }

 H1.HeaderClassName
 {
   color: #7C0285;
 }
 .AnyTagClassName
 {
   color: #7C0285;
 }
</style>

background-color css

<style>
 a { background-color: #7C0285; }

 a { background-color: rgb(124,2,133); }

 div.DivClassName
 {
   background-color: #7C0285;
 }
 .BgClassName
 {
   background-color: #7C0285;
 }
</style>

border-color css

<style>
 span { border-color: #7C0285; }

 span { border-color: rgb(124,2,133); }

 td.TdClassName
 {
   border-color: #7C0285;
 }
 .TagClassName
 {
   border-color: #7C0285;
 }
</style>