Html Css Color HEX #762FBF Purple Heart

📋 copy color: '#762FBF'

red 118 ◦ green 47 ◦ blue 191

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

Shades of Purple Heart #762FBF

Tints of Purple Heart #762FBF

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.2%

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

R = 33.15%
G = 13.2%
B = 53.65%

CMYK

 C value IS 0.38

 M value IS 0.75

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#762FBF (or 0x762FBF) is known color: Purple Heart. HEX triplet: 76, 2F and BF. RGB value is (118,47,191). Sum of RGB (Red+Green+Blue) = 118+47+191=356 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.15% from 356); Green value is 47 (18.75% from 255 or 13.20% from 356); Blue value is 191 (75% from 255 or 53.65% from 356); Max value from RGB is 191 - color contains mainly: blue. Hex color #762FBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #762FBF is #89D040. Grayscale: #545454. Windows color (decimal): -9031745 or 12529526. OLE color: 12529526.

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

Color convert

RGB 118 47 191 -
CMYK 0.38 0.75 0 0.25
HSL 269.58º 0.61% 0.47% -
HSV(B) 269.58º 0.75% 0.75% -
XYZ 17.89 9.65 50.21 -
YUV 84.65 188.02 151.79 -
System Red Green Blue C M Y K H S L
Decimal 118 47 191 0.38 0.75 0 0.25 269.58 0.61 0.47
Hex 76 2F BF 26 4B 0 19 10E 3D 2F
Octal 166 57 277 46 113 0 31 416 75 57
Binary 1110110 101111 10111111 100110 1001011 0 11001 100001110 111101 101111

Color Harmonies of #762FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762FBF

Black with #762FBF

Text Example


Text Example

White with #762FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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