Html Css Color HEX #7C09BC Dark Violet

📋 copy color: '#7C09BC'

red 124 ◦ green 9 ◦ blue 188

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

Shades of Dark Violet #7C09BC

Tints of Dark Violet #7C09BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 58.57%

R = 38.63%
G = 2.8%
B = 58.57%

CMYK

 C value IS 0.34

 M value IS 0.95

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7C09BC (or 0x7C09BC) is known color: Dark Violet. HEX triplet: 7C, 09 and BC. RGB value is (124,9,188). Sum of RGB (Red+Green+Blue) = 124+9+188=321 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.63% from 321); Green value is 9 (3.91% from 255 or 2.80% from 321); Blue value is 188 (73.83% from 255 or 58.57% from 321); Max value from RGB is 188 - color contains mainly: blue. Hex color #7C09BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C09BC is #83F643. Grayscale: #3F3F3F. Windows color (decimal): -8648260 or 12323196. OLE color: 12323196.

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

Color convert

RGB 124 9 188 -
CMYK 0.34 0.95 0 0.26
HSL 278.55º 0.91% 0.39% -
HSV(B) 278.55º 0.95% 0.74% -
XYZ 17.49 8.11 48.22 -
YUV 63.79 198.1 170.95 -
System Red Green Blue C M Y K H S L
Decimal 124 9 188 0.34 0.95 0 0.26 278.55 0.91 0.39
Hex 7C 9 BC 22 5F 0 1A 117 5B 27
Octal 174 11 274 42 137 0 32 427 133 47
Binary 1111100 1001 10111100 100010 1011111 0 11010 100010111 1011011 100111

Color Harmonies of #7C09BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C09BC

Black with #7C09BC

Text Example


Text Example

White with #7C09BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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