Html Css Color HEX #762ACD Purple Heart

📋 copy color: '#762ACD'

red 118 ◦ green 42 ◦ blue 205

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

Shades of Purple Heart #762ACD

Tints of Purple Heart #762ACD

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.51%

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

R = 32.33%
G = 11.51%
B = 56.16%

CMYK

 C value IS 0.42

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#762ACD (or 0x762ACD) is known color: Purple Heart. HEX triplet: 76, 2A and CD. RGB value is (118,42,205). Sum of RGB (Red+Green+Blue) = 118+42+205=365 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.33% from 365); Green value is 42 (16.80% from 255 or 11.51% from 365); Blue value is 205 (80.47% from 255 or 56.16% from 365); Max value from RGB is 205 - color contains mainly: blue. Hex color #762ACD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #762ACD is #89D532. Grayscale: #525252. Windows color (decimal): -9033011 or 13445750. OLE color: 13445750.

HSL color Cylindrical-coordinate representation of color #762ACD: hue angle of 267.98º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #762ACD is Cyan = 0.42, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 118 42 205 -
CMYK 0.42 0.80 0 0.20
HSL 267.98º 0.66% 0.48% -
HSV(B) 267.98º 0.8% 0.8% -
XYZ 19.32 9.92 58.65 -
YUV 83.31 196.68 152.75 -
System Red Green Blue C M Y K H S L
Decimal 118 42 205 0.42 0.80 0 0.20 267.98 0.66 0.48
Hex 76 2A CD 2A 50 0 14 10C 42 30
Octal 166 52 315 52 120 0 24 414 102 60
Binary 1110110 101010 11001101 101010 1010000 0 10100 100001100 1000010 110000

Color Harmonies of #762ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762ACD

Black with #762ACD

Text Example


Text Example

White with #762ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762ACD; }

 p { color: rgb(118,42,205); }

 H1.HeaderClassName
 {
   color: #762ACD;
 }
 .AnyTagClassName
 {
   color: #762ACD;
 }
</style>

background-color css

<style>
 a { background-color: #762ACD; }

 a { background-color: rgb(118,42,205); }

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

border-color css

<style>
 span { border-color: #762ACD; }

 span { border-color: rgb(118,42,205); }

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