Html Css Color HEX #762CBA Purple Heart

📋 copy color: '#762CBA'

red 118 ◦ green 44 ◦ blue 186

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

Shades of Purple Heart #762CBA

Tints of Purple Heart #762CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 53.45%

R = 33.91%
G = 12.64%
B = 53.45%

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

#762CBA (or 0x762CBA) is known color: Purple Heart. HEX triplet: 76, 2C and BA. RGB value is (118,44,186). Sum of RGB (Red+Green+Blue) = 118+44+186=348 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.91% from 348); Green value is 44 (17.58% from 255 or 12.64% from 348); Blue value is 186 (73.05% from 255 or 53.45% from 348); Max value from RGB is 186 - color contains mainly: blue. Hex color #762CBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #762CBA is #89D345. Grayscale: #515151. Windows color (decimal): -9032518 or 12201078. OLE color: 12201078.

HSL color Cylindrical-coordinate representation of color #762CBA: hue angle of 271.27º degrees, saturation: 0.62, 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 #762CBA is Cyan = 0.37, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 118 44 186 -
CMYK 0.37 0.76 0 0.27
HSL 271.27º 0.62% 0.45% -
HSV(B) 271.27º 0.76% 0.73% -
XYZ 17.23 9.2 47.32 -
YUV 82.31 186.52 153.45 -
System Red Green Blue C M Y K H S L
Decimal 118 44 186 0.37 0.76 0 0.27 271.27 0.62 0.45
Hex 76 2C BA 25 4C 0 1B 10F 3E 2D
Octal 166 54 272 45 114 0 33 417 76 55
Binary 1110110 101100 10111010 100101 1001100 0 11011 100001111 111110 101101

Color Harmonies of #762CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762CBA

Black with #762CBA

Text Example


Text Example

White with #762CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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