Html Css Color HEX #7707CB Dark Violet

📋 copy color: '#7707CB'

red 119 ◦ green 7 ◦ blue 203

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

Shades of Dark Violet #7707CB

Tints of Dark Violet #7707CB

RGB

 RED value IS 119 (46.88% from 255) = 36.17%

 GREEN value IS 7 (3.13% from 255) = 2.13%

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

R = 36.17%
G = 2.13%
B = 61.7%

CMYK

 C value IS 0.41

 M value IS 0.97

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7707CB (or 0x7707CB) is known color: Dark Violet. HEX triplet: 77, 07 and CB. RGB value is (119,7,203). Sum of RGB (Red+Green+Blue) = 119+7+203=329 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.17% from 329); Green value is 7 (3.12% from 255 or 2.13% from 329); Blue value is 203 (79.69% from 255 or 61.70% from 329); Max value from RGB is 203 - color contains mainly: blue. Hex color #7707CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7707CB is #88F834. Grayscale: #3E3E3E. Windows color (decimal): -8976437 or 13305719. OLE color: 13305719.

HSL color Cylindrical-coordinate representation of color #7707CB: hue angle of 274.29º degrees, saturation: 0.93, 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 #7707CB is Cyan = 0.41, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 119 7 203 -
CMYK 0.41 0.97 0 0.20
HSL 274.29º 0.93% 0.41% -
HSV(B) 274.29º 0.97% 0.8% -
XYZ 18.46 8.39 57.15 -
YUV 62.83 207.11 168.06 -
System Red Green Blue C M Y K H S L
Decimal 119 7 203 0.41 0.97 0 0.20 274.29 0.93 0.41
Hex 77 7 CB 29 61 0 14 112 5D 29
Octal 167 7 313 51 141 0 24 422 135 51
Binary 1110111 111 11001011 101001 1100001 0 10100 100010010 1011101 101001

Color Harmonies of #7707CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7707CB

Black with #7707CB

Text Example


Text Example

White with #7707CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,7,203); }

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

background-color css

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

 a { background-color: rgb(119,7,203); }

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

border-color css

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

 span { border-color: rgb(119,7,203); }

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