Html Css Color HEX #7C09BF Dark Violet

📋 copy color: '#7C09BF'

red 124 ◦ green 9 ◦ blue 191

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

Shades of Dark Violet #7C09BF

Tints of Dark Violet #7C09BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 58.95%

R = 38.27%
G = 2.78%
B = 58.95%

CMYK

 C value IS 0.35

 M value IS 0.95

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7C09BF (or 0x7C09BF) is known color: Dark Violet. HEX triplet: 7C, 09 and BF. RGB value is (124,9,191). Sum of RGB (Red+Green+Blue) = 124+9+191=324 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.27% from 324); Green value is 9 (3.91% from 255 or 2.78% from 324); Blue value is 191 (75% from 255 or 58.95% from 324); Max value from RGB is 191 - color contains mainly: blue. Hex color #7C09BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C09BF is #83F640. Grayscale: #3F3F3F. Windows color (decimal): -8648257 or 12519804. OLE color: 12519804.

HSL color Cylindrical-coordinate representation of color #7C09BF: hue angle of 277.91º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7C09BF is Cyan = 0.35, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 124 9 191 -
CMYK 0.35 0.95 0 0.25
HSL 277.91º 0.91% 0.39% -
HSV(B) 277.91º 0.95% 0.75% -
XYZ 17.81 8.24 49.94 -
YUV 64.13 199.6 170.7 -
System Red Green Blue C M Y K H S L
Decimal 124 9 191 0.35 0.95 0 0.25 277.91 0.91 0.39
Hex 7C 9 BF 23 5F 0 19 116 5B 27
Octal 174 11 277 43 137 0 31 426 133 47
Binary 1111100 1001 10111111 100011 1011111 0 11001 100010110 1011011 100111

Color Harmonies of #7C09BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C09BF

Black with #7C09BF

Text Example


Text Example

White with #7C09BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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