Html Css Color HEX #7906CB Dark Violet

📋 copy color: '#7906CB'

red 121 ◦ green 6 ◦ blue 203

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

Shades of Dark Violet #7906CB

Tints of Dark Violet #7906CB

RGB

 RED value IS 121 (47.66% from 255) = 36.67%

 GREEN value IS 6 (2.73% from 255) = 1.82%

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

R = 36.67%
G = 1.82%
B = 61.52%

CMYK

 C value IS 0.40

 M value IS 0.97

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7906CB (or 0x7906CB) is known color: Dark Violet. HEX triplet: 79, 06 and CB. RGB value is (121,6,203). Sum of RGB (Red+Green+Blue) = 121+6+203=330 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.67% from 330); Green value is 6 (2.73% from 255 or 1.82% from 330); Blue value is 203 (79.69% from 255 or 61.52% from 330); Max value from RGB is 203 - color contains mainly: blue. Hex color #7906CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7906CB is #86F934. Grayscale: #3E3E3E. Windows color (decimal): -8845621 or 13305465. OLE color: 13305465.

HSL color Cylindrical-coordinate representation of color #7906CB: hue angle of 275.03º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7906CB is Cyan = 0.40, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 121 6 203 -
CMYK 0.40 0.97 0 0.20
HSL 275.03º 0.94% 0.41% -
HSV(B) 275.03º 0.97% 0.8% -
XYZ 18.73 8.51 57.15 -
YUV 62.84 207.1 169.48 -
System Red Green Blue C M Y K H S L
Decimal 121 6 203 0.40 0.97 0 0.20 275.03 0.94 0.41
Hex 79 6 CB 28 61 0 14 113 5E 29
Octal 171 6 313 50 141 0 24 423 136 51
Binary 1111001 110 11001011 101000 1100001 0 10100 100010011 1011110 101001

Color Harmonies of #7906CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7906CB

Black with #7906CB

Text Example


Text Example

White with #7906CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7906CB; }

 p { color: rgb(121,6,203); }

 H1.HeaderClassName
 {
   color: #7906CB;
 }
 .AnyTagClassName
 {
   color: #7906CB;
 }
</style>

background-color css

<style>
 a { background-color: #7906CB; }

 a { background-color: rgb(121,6,203); }

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

border-color css

<style>
 span { border-color: #7906CB; }

 span { border-color: rgb(121,6,203); }

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