Html Css Color HEX #7C08DB Dark Violet

📋 copy color: '#7C08DB'

red 124 ◦ green 8 ◦ blue 219

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

Shades of Dark Violet #7C08DB

Tints of Dark Violet #7C08DB

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.28%

 BLUE value IS 219 (85.94% from 255) = 62.39%

R = 35.33%
G = 2.28%
B = 62.39%

CMYK

 C value IS 0.43

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7C08DB (or 0x7C08DB) is known color: Dark Violet. HEX triplet: 7C, 08 and DB. RGB value is (124,8,219). Sum of RGB (Red+Green+Blue) = 124+8+219=351 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.33% from 351); Green value is 8 (3.52% from 255 or 2.28% from 351); Blue value is 219 (85.94% from 255 or 62.39% from 351); Max value from RGB is 219 - color contains mainly: blue. Hex color #7C08DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C08DB is #83F724. Grayscale: #424242. Windows color (decimal): -8648485 or 14354556. OLE color: 14354556.

HSL color Cylindrical-coordinate representation of color #7C08DB: hue angle of 272.99º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7C08DB is Cyan = 0.43, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 124 8 219 -
CMYK 0.43 0.96 0 0.14
HSL 272.99º 0.93% 0.45% -
HSV(B) 272.99º 0.96% 0.86% -
XYZ 21.19 9.57 67.75 -
YUV 66.74 213.93 168.84 -
System Red Green Blue C M Y K H S L
Decimal 124 8 219 0.43 0.96 0 0.14 272.99 0.93 0.45
Hex 7C 8 DB 2B 60 0 E 111 5D 2D
Octal 174 10 333 53 140 0 16 421 135 55
Binary 1111100 1000 11011011 101011 1100000 0 1110 100010001 1011101 101101

Color Harmonies of #7C08DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C08DB

Black with #7C08DB

Text Example


Text Example

White with #7C08DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,8,219); }

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

background-color css

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

 a { background-color: rgb(124,8,219); }

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

border-color css

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

 span { border-color: rgb(124,8,219); }

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