Html Css Color HEX #762DBE Purple Heart

📋 copy color: '#762DBE'

red 118 ◦ green 45 ◦ blue 190

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

Shades of Purple Heart #762DBE

Tints of Purple Heart #762DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 53.82%

R = 33.43%
G = 12.75%
B = 53.82%

CMYK

 C value IS 0.38

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#762DBE (or 0x762DBE) is known color: Purple Heart. HEX triplet: 76, 2D and BE. RGB value is (118,45,190). Sum of RGB (Red+Green+Blue) = 118+45+190=353 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.43% from 353); Green value is 45 (17.97% from 255 or 12.75% from 353); Blue value is 190 (74.61% from 255 or 53.82% from 353); Max value from RGB is 190 - color contains mainly: blue. Hex color #762DBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #762DBE is #89D241. Grayscale: #525252. Windows color (decimal): -9032258 or 12463478. OLE color: 12463478.

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

Color convert

RGB 118 45 190 -
CMYK 0.38 0.76 0 0.25
HSL 270.21º 0.62% 0.46% -
HSV(B) 270.21º 0.76% 0.75% -
XYZ 17.7 9.45 49.61 -
YUV 83.36 188.18 152.71 -
System Red Green Blue C M Y K H S L
Decimal 118 45 190 0.38 0.76 0 0.25 270.21 0.62 0.46
Hex 76 2D BE 26 4C 0 19 10E 3E 2E
Octal 166 55 276 46 114 0 31 416 76 56
Binary 1110110 101101 10111110 100110 1001100 0 11001 100001110 111110 101110

Color Harmonies of #762DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762DBE

Black with #762DBE

Text Example


Text Example

White with #762DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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