Html Css Color HEX #7505CA Dark Violet

📋 copy color: '#7505CA'

red 117 ◦ green 5 ◦ blue 202

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

Shades of Dark Violet #7505CA

Tints of Dark Violet #7505CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 62.35%

R = 36.11%
G = 1.54%
B = 62.35%

CMYK

 C value IS 0.42

 M value IS 0.98

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7505CA (or 0x7505CA) is known color: Dark Violet. HEX triplet: 75, 05 and CA. RGB value is (117,5,202). Sum of RGB (Red+Green+Blue) = 117+5+202=324 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.11% from 324); Green value is 5 (2.34% from 255 or 1.54% from 324); Blue value is 202 (79.30% from 255 or 62.35% from 324); Max value from RGB is 202 - color contains mainly: blue. Hex color #7505CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7505CA is #8AFA35. Grayscale: #3C3C3C. Windows color (decimal): -9108022 or 13239669. OLE color: 13239669.

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

Color convert

RGB 117 5 202 -
CMYK 0.42 0.98 0 0.21
HSL 274.11º 0.95% 0.41% -
HSV(B) 274.11º 0.98% 0.79% -
XYZ 18.05 8.15 56.5 -
YUV 60.95 207.61 167.98 -
System Red Green Blue C M Y K H S L
Decimal 117 5 202 0.42 0.98 0 0.21 274.11 0.95 0.41
Hex 75 5 CA 2A 62 0 15 112 5F 29
Octal 165 5 312 52 142 0 25 422 137 51
Binary 1110101 101 11001010 101010 1100010 0 10101 100010010 1011111 101001

Color Harmonies of #7505CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7505CA

Black with #7505CA

Text Example


Text Example

White with #7505CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7505CA; }

 p { color: rgb(117,5,202); }

 H1.HeaderClassName
 {
   color: #7505CA;
 }
 .AnyTagClassName
 {
   color: #7505CA;
 }
</style>

background-color css

<style>
 a { background-color: #7505CA; }

 a { background-color: rgb(117,5,202); }

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

border-color css

<style>
 span { border-color: #7505CA; }

 span { border-color: rgb(117,5,202); }

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