Html Css Color HEX #762DBB Purple Heart

📋 copy color: '#762DBB'

red 118 ◦ green 45 ◦ blue 187

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

Shades of Purple Heart #762DBB

Tints of Purple Heart #762DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 53.43%

R = 33.71%
G = 12.86%
B = 53.43%

CMYK

 C value IS 0.37

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#762DBB (or 0x762DBB) is known color: Purple Heart. HEX triplet: 76, 2D and BB. RGB value is (118,45,187). Sum of RGB (Red+Green+Blue) = 118+45+187=350 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.71% from 350); Green value is 45 (17.97% from 255 or 12.86% from 350); Blue value is 187 (73.44% from 255 or 53.43% from 350); Max value from RGB is 187 - color contains mainly: blue. Hex color #762DBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #762DBB is #89D244. Grayscale: #525252. Windows color (decimal): -9032261 or 12266870. OLE color: 12266870.

HSL color Cylindrical-coordinate representation of color #762DBB: hue angle of 270.85º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #762DBB is Cyan = 0.37, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 118 45 187 -
CMYK 0.37 0.76 0 0.27
HSL 270.85º 0.61% 0.45% -
HSV(B) 270.85º 0.76% 0.73% -
XYZ 17.38 9.32 47.9 -
YUV 83.02 186.68 152.95 -
System Red Green Blue C M Y K H S L
Decimal 118 45 187 0.37 0.76 0 0.27 270.85 0.61 0.45
Hex 76 2D BB 25 4C 0 1B 10F 3D 2D
Octal 166 55 273 45 114 0 33 417 75 55
Binary 1110110 101101 10111011 100101 1001100 0 11011 100001111 111101 101101

Color Harmonies of #762DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762DBB

Black with #762DBB

Text Example


Text Example

White with #762DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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