Html Css Color HEX #762BBE Purple Heart

📋 copy color: '#762BBE'

red 118 ◦ green 43 ◦ blue 190

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

Shades of Purple Heart #762BBE

Tints of Purple Heart #762BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 54.13%

R = 33.62%
G = 12.25%
B = 54.13%

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

#762BBE (or 0x762BBE) is known color: Purple Heart. HEX triplet: 76, 2B and BE. RGB value is (118,43,190). Sum of RGB (Red+Green+Blue) = 118+43+190=351 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.62% from 351); Green value is 43 (17.19% from 255 or 12.25% from 351); Blue value is 190 (74.61% from 255 or 54.13% from 351); Max value from RGB is 190 - color contains mainly: blue. Hex color #762BBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #762BBE is #89D441. Grayscale: #515151. Windows color (decimal): -9032770 or 12462966. OLE color: 12462966.

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

Color convert

RGB 118 43 190 -
CMYK 0.38 0.77 0 0.25
HSL 270.61º 0.63% 0.46% -
HSV(B) 270.61º 0.77% 0.75% -
XYZ 17.63 9.3 49.58 -
YUV 82.18 188.85 153.55 -
System Red Green Blue C M Y K H S L
Decimal 118 43 190 0.38 0.77 0 0.25 270.61 0.63 0.46
Hex 76 2B BE 26 4D 0 19 10F 3F 2E
Octal 166 53 276 46 115 0 31 417 77 56
Binary 1110110 101011 10111110 100110 1001101 0 11001 100001111 111111 101110

Color Harmonies of #762BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762BBE

Black with #762BBE

Text Example


Text Example

White with #762BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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