Html Css Color HEX #6032BD Purple Heart

📋 copy color: '#6032BD'

red 96 ◦ green 50 ◦ blue 189

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

Shades of Purple Heart #6032BD

Tints of Purple Heart #6032BD

RGB

 RED value IS 96 (37.89% from 255) = 28.66%

 GREEN value IS 50 (19.92% from 255) = 14.93%

 BLUE value IS 189 (74.22% from 255) = 56.42%

R = 28.66%
G = 14.93%
B = 56.42%

CMYK

 C value IS 0.49

 M value IS 0.74

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6032BD (or 0x6032BD) is known color: Purple Heart. HEX triplet: 60, 32 and BD. RGB value is (96,50,189). Sum of RGB (Red+Green+Blue) = 96+50+189=335 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.66% from 335); Green value is 50 (19.92% from 255 or 14.93% from 335); Blue value is 189 (74.22% from 255 or 56.42% from 335); Max value from RGB is 189 - color contains mainly: blue. Hex color #6032BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6032BD is #9FCD42. Grayscale: #4F4F4F. Windows color (decimal): -10472771 or 12399200. OLE color: 12399200.

HSL color Cylindrical-coordinate representation of color #6032BD: hue angle of 259.86º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6032BD is Cyan = 0.49, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 96 50 189 -
CMYK 0.49 0.74 0 0.26
HSL 259.86º 0.58% 0.47% -
HSV(B) 259.86º 0.74% 0.74% -
XYZ 15.15 8.44 48.98 -
YUV 79.6 189.74 139.7 -
System Red Green Blue C M Y K H S L
Decimal 96 50 189 0.49 0.74 0 0.26 259.86 0.58 0.47
Hex 60 32 BD 31 4A 0 1A 104 3A 2F
Octal 140 62 275 61 112 0 32 404 72 57
Binary 1100000 110010 10111101 110001 1001010 0 11010 100000100 111010 101111

Color Harmonies of #6032BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6032BD

Black with #6032BD

Text Example


Text Example

White with #6032BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6032BD; }

 p { color: rgb(96,50,189); }

 H1.HeaderClassName
 {
   color: #6032BD;
 }
 .AnyTagClassName
 {
   color: #6032BD;
 }
</style>

background-color css

<style>
 a { background-color: #6032BD; }

 a { background-color: rgb(96,50,189); }

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

border-color css

<style>
 span { border-color: #6032BD; }

 span { border-color: rgb(96,50,189); }

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