Html Css Color HEX #762DD2 Purple Heart

📋 copy color: '#762DD2'

red 118 ◦ green 45 ◦ blue 210

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

Shades of Purple Heart #762DD2

Tints of Purple Heart #762DD2

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.06%

 BLUE value IS 210 (82.42% from 255) = 56.3%

R = 31.64%
G = 12.06%
B = 56.3%

CMYK

 C value IS 0.44

 M value IS 0.79

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#762DD2 (or 0x762DD2) is known color: Purple Heart. HEX triplet: 76, 2D and D2. RGB value is (118,45,210). Sum of RGB (Red+Green+Blue) = 118+45+210=373 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.64% from 373); Green value is 45 (17.97% from 255 or 12.06% from 373); Blue value is 210 (82.42% from 255 or 56.30% from 373); Max value from RGB is 210 - color contains mainly: blue. Hex color #762DD2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #762DD2 is #89D22D. Grayscale: #555555. Windows color (decimal): -9032238 or 13774198. OLE color: 13774198.

HSL color Cylindrical-coordinate representation of color #762DD2: hue angle of 266.55º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #762DD2 is Cyan = 0.44, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 118 45 210 -
CMYK 0.44 0.79 0 0.18
HSL 266.55º 0.65% 0.5% -
HSV(B) 266.55º 0.79% 0.82% -
XYZ 20.04 10.38 61.92 -
YUV 85.64 198.18 151.08 -
System Red Green Blue C M Y K H S L
Decimal 118 45 210 0.44 0.79 0 0.18 266.55 0.65 0.5
Hex 76 2D D2 2C 4F 0 12 10B 41 32
Octal 166 55 322 54 117 0 22 413 101 62
Binary 1110110 101101 11010010 101100 1001111 0 10010 100001011 1000001 110010

Color Harmonies of #762DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762DD2

Black with #762DD2

Text Example


Text Example

White with #762DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,45,210); }

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

background-color css

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

 a { background-color: rgb(118,45,210); }

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

border-color css

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

 span { border-color: rgb(118,45,210); }

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