Html Css Color HEX #7C08B5 Dark Violet

📋 copy color: '#7C08B5'

red 124 ◦ green 8 ◦ blue 181

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

Shades of Dark Violet #7C08B5

Tints of Dark Violet #7C08B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 57.83%

R = 39.62%
G = 2.56%
B = 57.83%

CMYK

 C value IS 0.31

 M value IS 0.96

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7C08B5 (or 0x7C08B5) is known color: Dark Violet. HEX triplet: 7C, 08 and B5. RGB value is (124,8,181). Sum of RGB (Red+Green+Blue) = 124+8+181=313 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.62% from 313); Green value is 8 (3.52% from 255 or 2.56% from 313); Blue value is 181 (71.09% from 255 or 57.83% from 313); Max value from RGB is 181 - color contains mainly: blue. Hex color #7C08B5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C08B5 is #83F74A. Grayscale: #3D3D3D. Windows color (decimal): -8648523 or 11864188. OLE color: 11864188.

HSL color Cylindrical-coordinate representation of color #7C08B5: hue angle of 280.23º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7C08B5 is Cyan = 0.31, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 124 8 181 -
CMYK 0.31 0.96 0 0.29
HSL 280.23º 0.92% 0.37% -
HSV(B) 280.23º 0.96% 0.71% -
XYZ 16.74 7.79 44.34 -
YUV 62.41 194.93 171.93 -
System Red Green Blue C M Y K H S L
Decimal 124 8 181 0.31 0.96 0 0.29 280.23 0.92 0.37
Hex 7C 8 B5 1F 60 0 1D 118 5C 25
Octal 174 10 265 37 140 0 35 430 134 45
Binary 1111100 1000 10110101 11111 1100000 0 11101 100011000 1011100 100101

Color Harmonies of #7C08B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C08B5

Black with #7C08B5

Text Example


Text Example

White with #7C08B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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