Html Css Color HEX #762CB5 Purple Heart

📋 copy color: '#762CB5'

red 118 ◦ green 44 ◦ blue 181

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

Shades of Purple Heart #762CB5

Tints of Purple Heart #762CB5

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.83%

 BLUE value IS 181 (71.09% from 255) = 52.77%

R = 34.4%
G = 12.83%
B = 52.77%

CMYK

 C value IS 0.35

 M value IS 0.76

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#762CB5 (or 0x762CB5) is known color: Purple Heart. HEX triplet: 76, 2C and B5. RGB value is (118,44,181). Sum of RGB (Red+Green+Blue) = 118+44+181=343 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.40% from 343); Green value is 44 (17.58% from 255 or 12.83% from 343); Blue value is 181 (71.09% from 255 or 52.77% from 343); Max value from RGB is 181 - color contains mainly: blue. Hex color #762CB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #762CB5 is #89D34A. Grayscale: #515151. Windows color (decimal): -9032523 or 11873398. OLE color: 11873398.

HSL color Cylindrical-coordinate representation of color #762CB5: hue angle of 272.41º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #762CB5 is Cyan = 0.35, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 118 44 181 -
CMYK 0.35 0.76 0 0.29
HSL 272.41º 0.61% 0.44% -
HSV(B) 272.41º 0.76% 0.71% -
XYZ 16.71 8.99 44.57 -
YUV 81.74 184.02 153.86 -
System Red Green Blue C M Y K H S L
Decimal 118 44 181 0.35 0.76 0 0.29 272.41 0.61 0.44
Hex 76 2C B5 23 4C 0 1D 110 3D 2C
Octal 166 54 265 43 114 0 35 420 75 54
Binary 1110110 101100 10110101 100011 1001100 0 11101 100010000 111101 101100

Color Harmonies of #762CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762CB5

Black with #762CB5

Text Example


Text Example

White with #762CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,44,181); }

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

background-color css

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

 a { background-color: rgb(118,44,181); }

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

border-color css

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

 span { border-color: rgb(118,44,181); }

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