Html Css Color HEX #762EB8 Purple Heart

📋 copy color: '#762EB8'

red 118 ◦ green 46 ◦ blue 184

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

Shades of Purple Heart #762EB8

Tints of Purple Heart #762EB8

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.22%

 BLUE value IS 184 (72.27% from 255) = 52.87%

R = 33.91%
G = 13.22%
B = 52.87%

CMYK

 C value IS 0.36

 M value IS 0.75

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#762EB8 (or 0x762EB8) is known color: Purple Heart. HEX triplet: 76, 2E and B8. RGB value is (118,46,184). Sum of RGB (Red+Green+Blue) = 118+46+184=348 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.91% from 348); Green value is 46 (18.36% from 255 or 13.22% from 348); Blue value is 184 (72.27% from 255 or 52.87% from 348); Max value from RGB is 184 - color contains mainly: blue. Hex color #762EB8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #762EB8 is #89D147. Grayscale: #525252. Windows color (decimal): -9032008 or 12070518. OLE color: 12070518.

HSL color Cylindrical-coordinate representation of color #762EB8: hue angle of 271.3º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #762EB8 is Cyan = 0.36, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 118 46 184 -
CMYK 0.36 0.75 0 0.28
HSL 271.3º 0.6% 0.45% -
HSV(B) 271.3º 0.75% 0.72% -
XYZ 17.1 9.27 46.23 -
YUV 83.26 184.85 152.78 -
System Red Green Blue C M Y K H S L
Decimal 118 46 184 0.36 0.75 0 0.28 271.3 0.6 0.45
Hex 76 2E B8 24 4B 0 1C 10F 3C 2D
Octal 166 56 270 44 113 0 34 417 74 55
Binary 1110110 101110 10111000 100100 1001011 0 11100 100001111 111100 101101

Color Harmonies of #762EB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762EB8

Black with #762EB8

Text Example


Text Example

White with #762EB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,46,184); }

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

background-color css

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

 a { background-color: rgb(118,46,184); }

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

border-color css

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

 span { border-color: rgb(118,46,184); }

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