Html Css Color HEX #762BBF Purple Heart

📋 copy color: '#762BBF'

red 118 ◦ green 43 ◦ blue 191

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

Shades of Purple Heart #762BBF

Tints of Purple Heart #762BBF

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.22%

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

R = 33.52%
G = 12.22%
B = 54.26%

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

#762BBF (or 0x762BBF) is known color: Purple Heart. HEX triplet: 76, 2B and BF. RGB value is (118,43,191). Sum of RGB (Red+Green+Blue) = 118+43+191=352 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.52% from 352); Green value is 43 (17.19% from 255 or 12.22% from 352); Blue value is 191 (75% from 255 or 54.26% from 352); Max value from RGB is 191 - color contains mainly: blue. Hex color #762BBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #762BBF is #89D440. Grayscale: #515151. Windows color (decimal): -9032769 or 12528502. OLE color: 12528502.

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

Color convert

RGB 118 43 191 -
CMYK 0.38 0.77 0 0.25
HSL 270.41º 0.63% 0.46% -
HSV(B) 270.41º 0.77% 0.75% -
XYZ 17.74 9.34 50.16 -
YUV 82.3 189.35 153.47 -
System Red Green Blue C M Y K H S L
Decimal 118 43 191 0.38 0.77 0 0.25 270.41 0.63 0.46
Hex 76 2B BF 26 4D 0 19 10E 3F 2E
Octal 166 53 277 46 115 0 31 416 77 56
Binary 1110110 101011 10111111 100110 1001101 0 11001 100001110 111111 101110

Color Harmonies of #762BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762BBF

Black with #762BBF

Text Example


Text Example

White with #762BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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