Html Css Color HEX #762ABF Purple Heart

📋 copy color: '#762ABF'

red 118 ◦ green 42 ◦ blue 191

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

Shades of Purple Heart #762ABF

Tints of Purple Heart #762ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 54.42%

R = 33.62%
G = 11.97%
B = 54.42%

CMYK

 C value IS 0.38

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#762ABF (or 0x762ABF) is known color: Purple Heart. HEX triplet: 76, 2A and BF. RGB value is (118,42,191). Sum of RGB (Red+Green+Blue) = 118+42+191=351 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.62% from 351); Green value is 42 (16.80% from 255 or 11.97% from 351); Blue value is 191 (75% from 255 or 54.42% from 351); Max value from RGB is 191 - color contains mainly: blue. Hex color #762ABF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #762ABF is #89D540. Grayscale: #515151. Windows color (decimal): -9033025 or 12528246. OLE color: 12528246.

HSL color Cylindrical-coordinate representation of color #762ABF: hue angle of 270.6º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #762ABF is Cyan = 0.38, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 118 42 191 -
CMYK 0.38 0.78 0 0.25
HSL 270.6º 0.64% 0.46% -
HSV(B) 270.6º 0.78% 0.75% -
XYZ 17.7 9.27 50.15 -
YUV 81.71 189.68 153.88 -
System Red Green Blue C M Y K H S L
Decimal 118 42 191 0.38 0.78 0 0.25 270.6 0.64 0.46
Hex 76 2A BF 26 4E 0 19 10F 40 2E
Octal 166 52 277 46 116 0 31 417 100 56
Binary 1110110 101010 10111111 100110 1001110 0 11001 100001111 1000000 101110

Color Harmonies of #762ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762ABF

Black with #762ABF

Text Example


Text Example

White with #762ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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