Html Css Color HEX #7705CD Dark Violet

📋 copy color: '#7705CD'

red 119 ◦ green 5 ◦ blue 205

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

Shades of Dark Violet #7705CD

Tints of Dark Violet #7705CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 62.31%

R = 36.17%
G = 1.52%
B = 62.31%

CMYK

 C value IS 0.42

 M value IS 0.98

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7705CD (or 0x7705CD) is known color: Dark Violet. HEX triplet: 77, 05 and CD. RGB value is (119,5,205). Sum of RGB (Red+Green+Blue) = 119+5+205=329 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.17% from 329); Green value is 5 (2.34% from 255 or 1.52% from 329); Blue value is 205 (80.47% from 255 or 62.31% from 329); Max value from RGB is 205 - color contains mainly: blue. Hex color #7705CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7705CD is #88FA32. Grayscale: #3D3D3D. Windows color (decimal): -8976947 or 13436279. OLE color: 13436279.

HSL color Cylindrical-coordinate representation of color #7705CD: hue angle of 274.2º 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 #7705CD is Cyan = 0.42, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 119 5 205 -
CMYK 0.42 0.98 0 0.20
HSL 274.2º 0.95% 0.41% -
HSV(B) 274.2º 0.98% 0.8% -
XYZ 18.68 8.44 58.4 -
YUV 61.89 208.77 168.74 -
System Red Green Blue C M Y K H S L
Decimal 119 5 205 0.42 0.98 0 0.20 274.2 0.95 0.41
Hex 77 5 CD 2A 62 0 14 112 5F 29
Octal 167 5 315 52 142 0 24 422 137 51
Binary 1110111 101 11001101 101010 1100010 0 10100 100010010 1011111 101001

Color Harmonies of #7705CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7705CD

Black with #7705CD

Text Example


Text Example

White with #7705CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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