Html Css Color HEX #6132BD Purple Heart

📋 copy color: '#6132BD'

red 97 ◦ green 50 ◦ blue 189

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

Shades of Purple Heart #6132BD

Tints of Purple Heart #6132BD

RGB

 RED value IS 97 (38.28% from 255) = 28.87%

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

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

R = 28.87%
G = 14.88%
B = 56.25%

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

#6132BD (or 0x6132BD) is known color: Purple Heart. HEX triplet: 61, 32 and BD. RGB value is (97,50,189). Sum of RGB (Red+Green+Blue) = 97+50+189=336 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.87% from 336); Green value is 50 (19.92% from 255 or 14.88% from 336); Blue value is 189 (74.22% from 255 or 56.25% from 336); Max value from RGB is 189 - color contains mainly: blue. Hex color #6132BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6132BD is #9ECD42. Grayscale: #4F4F4F. Windows color (decimal): -10407235 or 12399201. OLE color: 12399201.

HSL color Cylindrical-coordinate representation of color #6132BD: hue angle of 260.29º 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 #6132BD is Cyan = 0.49, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 97 50 189 -
CMYK 0.49 0.74 0 0.26
HSL 260.29º 0.58% 0.47% -
HSV(B) 260.29º 0.74% 0.74% -
XYZ 15.26 8.5 48.98 -
YUV 79.9 189.57 140.2 -
System Red Green Blue C M Y K H S L
Decimal 97 50 189 0.49 0.74 0 0.26 260.29 0.58 0.47
Hex 61 32 BD 31 4A 0 1A 104 3A 2F
Octal 141 62 275 61 112 0 32 404 72 57
Binary 1100001 110010 10111101 110001 1001010 0 11010 100000100 111010 101111

Color Harmonies of #6132BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6132BD

Black with #6132BD

Text Example


Text Example

White with #6132BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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