Html Css Color HEX #7502CF Dark Violet

📋 copy color: '#7502CF'

red 117 ◦ green 2 ◦ blue 207

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

Shades of Dark Violet #7502CF

Tints of Dark Violet #7502CF

RGB

 RED value IS 117 (46.09% from 255) = 35.89%

 GREEN value IS 2 (1.17% from 255) = 0.61%

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

R = 35.89%
G = 0.61%
B = 63.5%

CMYK

 C value IS 0.43

 M value IS 0.99

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7502CF (or 0x7502CF) is known color: Dark Violet. HEX triplet: 75, 02 and CF. RGB value is (117,2,207). Sum of RGB (Red+Green+Blue) = 117+2+207=326 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.89% from 326); Green value is 2 (1.17% from 255 or 0.61% from 326); Blue value is 207 (81.25% from 255 or 63.50% from 326); Max value from RGB is 207 - color contains mainly: blue. Hex color #7502CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7502CF is #8AFD30. Grayscale: #3B3B3B. Windows color (decimal): -9108785 or 13566581. OLE color: 13566581.

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

Color convert

RGB 117 2 207 -
CMYK 0.43 0.99 0 0.19
HSL 273.66º 0.98% 0.41% -
HSV(B) 273.66º 0.99% 0.81% -
XYZ 18.62 8.33 59.66 -
YUV 59.76 211.1 168.83 -
System Red Green Blue C M Y K H S L
Decimal 117 2 207 0.43 0.99 0 0.19 273.66 0.98 0.41
Hex 75 2 CF 2B 63 0 13 112 62 29
Octal 165 2 317 53 143 0 23 422 142 51
Binary 1110101 10 11001111 101011 1100011 0 10011 100010010 1100010 101001

Color Harmonies of #7502CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7502CF

Black with #7502CF

Text Example


Text Example

White with #7502CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,2,207); }

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

background-color css

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

 a { background-color: rgb(117,2,207); }

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

border-color css

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

 span { border-color: rgb(117,2,207); }

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