Html Css Color HEX #762DBC Purple Heart

📋 copy color: '#762DBC'

red 118 ◦ green 45 ◦ blue 188

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

Shades of Purple Heart #762DBC

Tints of Purple Heart #762DBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 53.56%

R = 33.62%
G = 12.82%
B = 53.56%

CMYK

 C value IS 0.37

 M value IS 0.76

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#762DBC (or 0x762DBC) is known color: Purple Heart. HEX triplet: 76, 2D and BC. RGB value is (118,45,188). Sum of RGB (Red+Green+Blue) = 118+45+188=351 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.62% from 351); Green value is 45 (17.97% from 255 or 12.82% from 351); Blue value is 188 (73.83% from 255 or 53.56% from 351); Max value from RGB is 188 - color contains mainly: blue. Hex color #762DBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #762DBC is #89D243. Grayscale: #525252. Windows color (decimal): -9032260 or 12332406. OLE color: 12332406.

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

Color convert

RGB 118 45 188 -
CMYK 0.37 0.76 0 0.26
HSL 270.63º 0.61% 0.46% -
HSV(B) 270.63º 0.76% 0.74% -
XYZ 17.49 9.36 48.46 -
YUV 83.13 187.18 152.87 -
System Red Green Blue C M Y K H S L
Decimal 118 45 188 0.37 0.76 0 0.26 270.63 0.61 0.46
Hex 76 2D BC 25 4C 0 1A 10F 3D 2E
Octal 166 55 274 45 114 0 32 417 75 56
Binary 1110110 101101 10111100 100101 1001100 0 11010 100001111 111101 101110

Color Harmonies of #762DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762DBC

Black with #762DBC

Text Example


Text Example

White with #762DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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