Html Css Color HEX #762DBF Purple Heart

📋 copy color: '#762DBF'

red 118 ◦ green 45 ◦ blue 191

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

Shades of Purple Heart #762DBF

Tints of Purple Heart #762DBF

RGB

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

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

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

R = 33.33%
G = 12.71%
B = 53.95%

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

#762DBF (or 0x762DBF) is known color: Purple Heart. HEX triplet: 76, 2D and BF. RGB value is (118,45,191). Sum of RGB (Red+Green+Blue) = 118+45+191=354 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.33% from 354); Green value is 45 (17.97% from 255 or 12.71% from 354); Blue value is 191 (75% from 255 or 53.95% from 354); Max value from RGB is 191 - color contains mainly: blue. Hex color #762DBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #762DBF is #89D240. Grayscale: #525252. Windows color (decimal): -9032257 or 12529014. OLE color: 12529014.

HSL color Cylindrical-coordinate representation of color #762DBF: hue angle of 270º 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 #762DBF is Cyan = 0.38, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 118 45 191 -
CMYK 0.38 0.76 0 0.25
HSL 270º 0.62% 0.46% -
HSV(B) 270º 0.76% 0.75% -
XYZ 17.81 9.49 50.18 -
YUV 83.47 188.68 152.63 -
System Red Green Blue C M Y K H S L
Decimal 118 45 191 0.38 0.76 0 0.25 270 0.62 0.46
Hex 76 2D BF 26 4C 0 19 10E 3E 2E
Octal 166 55 277 46 114 0 31 416 76 56
Binary 1110110 101101 10111111 100110 1001100 0 11001 100001110 111110 101110

Color Harmonies of #762DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762DBF

Black with #762DBF

Text Example


Text Example

White with #762DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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