Html Css Color HEX #7705CC Dark Violet

📋 copy color: '#7705CC'

red 119 ◦ green 5 ◦ blue 204

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

Shades of Dark Violet #7705CC

Tints of Dark Violet #7705CC

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.52%

 BLUE value IS 204 (80.08% from 255) = 62.2%

R = 36.28%
G = 1.52%
B = 62.2%

CMYK

 C value IS 0.42

 M value IS 0.98

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7705CC (or 0x7705CC) is known color: Dark Violet. HEX triplet: 77, 05 and CC. RGB value is (119,5,204). Sum of RGB (Red+Green+Blue) = 119+5+204=328 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.28% from 328); Green value is 5 (2.34% from 255 or 1.52% from 328); Blue value is 204 (80.08% from 255 or 62.20% from 328); Max value from RGB is 204 - color contains mainly: blue. Hex color #7705CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7705CC is #88FA33. Grayscale: #3D3D3D. Windows color (decimal): -8976948 or 13370743. OLE color: 13370743.

HSL color Cylindrical-coordinate representation of color #7705CC: hue angle of 274.37º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7705CC is Cyan = 0.42, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 119 5 204 -
CMYK 0.42 0.98 0 0.2
HSL 274.37º 0.95% 0.41% -
HSV(B) 274.37º 0.98% 0.8% -
XYZ 18.56 8.39 57.77 -
YUV 61.77 208.27 168.82 -
System Red Green Blue C M Y K H S L
Decimal 119 5 204 0.42 0.98 0 0.2 274.37 0.95 0.41
Hex 77 5 CC 2A 62 0 14 112 5F 29
Octal 167 5 314 52 142 0 24 422 137 51
Binary 1110111 101 11001100 101010 1100010 0 10100 100010010 1011111 101001

Color Harmonies of #7705CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7705CC

Black with #7705CC

Text Example


Text Example

White with #7705CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7705CC; }

 p { color: rgb(119,5,204); }

 H1.HeaderClassName
 {
   color: #7705CC;
 }
 .AnyTagClassName
 {
   color: #7705CC;
 }
</style>

background-color css

<style>
 a { background-color: #7705CC; }

 a { background-color: rgb(119,5,204); }

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

border-color css

<style>
 span { border-color: #7705CC; }

 span { border-color: rgb(119,5,204); }

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