Html Css Color HEX #762CBF Purple Heart

📋 copy color: '#762CBF'

red 118 ◦ green 44 ◦ blue 191

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

Shades of Purple Heart #762CBF

Tints of Purple Heart #762CBF

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.46%

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

R = 33.43%
G = 12.46%
B = 54.11%

CMYK

 C value IS 0.38

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#762CBF (or 0x762CBF) is known color: Purple Heart. HEX triplet: 76, 2C and BF. RGB value is (118,44,191). Sum of RGB (Red+Green+Blue) = 118+44+191=353 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.43% from 353); Green value is 44 (17.58% from 255 or 12.46% from 353); Blue value is 191 (75% from 255 or 54.11% from 353); Max value from RGB is 191 - color contains mainly: blue. Hex color #762CBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #762CBF is #89D340. Grayscale: #525252. Windows color (decimal): -9032513 or 12528758. OLE color: 12528758.

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

Color convert

RGB 118 44 191 -
CMYK 0.38 0.77 0 0.25
HSL 270.2º 0.63% 0.46% -
HSV(B) 270.2º 0.77% 0.75% -
XYZ 17.78 9.41 50.17 -
YUV 82.88 189.02 153.05 -
System Red Green Blue C M Y K H S L
Decimal 118 44 191 0.38 0.77 0 0.25 270.2 0.63 0.46
Hex 76 2C BF 26 4D 0 19 10E 3F 2E
Octal 166 54 277 46 115 0 31 416 77 56
Binary 1110110 101100 10111111 100110 1001101 0 11001 100001110 111111 101110

Color Harmonies of #762CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762CBF

Black with #762CBF

Text Example


Text Example

White with #762CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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