Html Css Color HEX #762BB6 Purple Heart

📋 copy color: '#762BB6'

red 118 ◦ green 43 ◦ blue 182

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

Shades of Purple Heart #762BB6

Tints of Purple Heart #762BB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 53.06%

R = 34.4%
G = 12.54%
B = 53.06%

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

#762BB6 (or 0x762BB6) is known color: Purple Heart. HEX triplet: 76, 2B and B6. RGB value is (118,43,182). Sum of RGB (Red+Green+Blue) = 118+43+182=343 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.40% from 343); Green value is 43 (17.19% from 255 or 12.54% from 343); Blue value is 182 (71.48% from 255 or 53.06% from 343); Max value from RGB is 182 - color contains mainly: blue. Hex color #762BB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #762BB6 is #89D449. Grayscale: #505050. Windows color (decimal): -9032778 or 11938678. OLE color: 11938678.

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

Color convert

RGB 118 43 182 -
CMYK 0.35 0.76 0 0.29
HSL 272.37º 0.62% 0.44% -
HSV(B) 272.37º 0.76% 0.71% -
XYZ 16.78 8.96 45.1 -
YUV 81.27 184.85 154.2 -
System Red Green Blue C M Y K H S L
Decimal 118 43 182 0.35 0.76 0 0.29 272.37 0.62 0.44
Hex 76 2B B6 23 4C 0 1D 110 3E 2C
Octal 166 53 266 43 114 0 35 420 76 54
Binary 1110110 101011 10110110 100011 1001100 0 11101 100010000 111110 101100

Color Harmonies of #762BB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762BB6

Black with #762BB6

Text Example


Text Example

White with #762BB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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