Html Css Color HEX #7C09CB Dark Violet

📋 copy color: '#7C09CB'

red 124 ◦ green 9 ◦ blue 203

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

Shades of Dark Violet #7C09CB

Tints of Dark Violet #7C09CB

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.68%

 BLUE value IS 203 (79.69% from 255) = 60.42%

R = 36.9%
G = 2.68%
B = 60.42%

CMYK

 C value IS 0.39

 M value IS 0.96

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7C09CB (or 0x7C09CB) is known color: Dark Violet. HEX triplet: 7C, 09 and CB. RGB value is (124,9,203). Sum of RGB (Red+Green+Blue) = 124+9+203=336 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.90% from 336); Green value is 9 (3.91% from 255 or 2.68% from 336); Blue value is 203 (79.69% from 255 or 60.42% from 336); Max value from RGB is 203 - color contains mainly: blue. Hex color #7C09CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C09CB is #83F634. Grayscale: #404040. Windows color (decimal): -8648245 or 13306236. OLE color: 13306236.

HSL color Cylindrical-coordinate representation of color #7C09CB: hue angle of 275.57º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7C09CB is Cyan = 0.39, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 124 9 203 -
CMYK 0.39 0.96 0 0.20
HSL 275.57º 0.92% 0.42% -
HSV(B) 275.57º 0.96% 0.8% -
XYZ 19.19 8.79 57.19 -
YUV 65.5 205.6 169.73 -
System Red Green Blue C M Y K H S L
Decimal 124 9 203 0.39 0.96 0 0.20 275.57 0.92 0.42
Hex 7C 9 CB 27 60 0 14 114 5C 2A
Octal 174 11 313 47 140 0 24 424 134 52
Binary 1111100 1001 11001011 100111 1100000 0 10100 100010100 1011100 101010

Color Harmonies of #7C09CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C09CB

Black with #7C09CB

Text Example


Text Example

White with #7C09CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,9,203); }

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

background-color css

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

 a { background-color: rgb(124,9,203); }

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

border-color css

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

 span { border-color: rgb(124,9,203); }

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