Html Css Color HEX #7605CF Dark Violet

📋 copy color: '#7605CF'

red 118 ◦ green 5 ◦ blue 207

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

Shades of Dark Violet #7605CF

Tints of Dark Violet #7605CF

RGB

 RED value IS 118 (46.48% from 255) = 35.76%

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

 BLUE value IS 207 (81.25% from 255) = 62.73%

R = 35.76%
G = 1.52%
B = 62.73%

CMYK

 C value IS 0.43

 M value IS 0.98

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7605CF (or 0x7605CF) is known color: Dark Violet. HEX triplet: 76, 05 and CF. RGB value is (118,5,207). Sum of RGB (Red+Green+Blue) = 118+5+207=330 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.76% from 330); Green value is 5 (2.34% from 255 or 1.52% from 330); Blue value is 207 (81.25% from 255 or 62.73% from 330); Max value from RGB is 207 - color contains mainly: blue. Hex color #7605CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7605CF is #89FA30. Grayscale: #3D3D3D. Windows color (decimal): -9042481 or 13567350. OLE color: 13567350.

HSL color Cylindrical-coordinate representation of color #7605CF: hue angle of 273.56º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7605CF is Cyan = 0.43, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 118 5 207 -
CMYK 0.43 0.98 0 0.19
HSL 273.56º 0.95% 0.42% -
HSV(B) 273.56º 0.98% 0.81% -
XYZ 18.79 8.47 59.68 -
YUV 61.82 209.94 168.07 -
System Red Green Blue C M Y K H S L
Decimal 118 5 207 0.43 0.98 0 0.19 273.56 0.95 0.42
Hex 76 5 CF 2B 62 0 13 112 5F 2A
Octal 166 5 317 53 142 0 23 422 137 52
Binary 1110110 101 11001111 101011 1100010 0 10011 100010010 1011111 101010

Color Harmonies of #7605CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7605CF

Black with #7605CF

Text Example


Text Example

White with #7605CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7605CF; }

 p { color: rgb(118,5,207); }

 H1.HeaderClassName
 {
   color: #7605CF;
 }
 .AnyTagClassName
 {
   color: #7605CF;
 }
</style>

background-color css

<style>
 a { background-color: #7605CF; }

 a { background-color: rgb(118,5,207); }

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

border-color css

<style>
 span { border-color: #7605CF; }

 span { border-color: rgb(118,5,207); }

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