Html Css Color HEX #6132BA Purple Heart

📋 copy color: '#6132BA'

red 97 ◦ green 50 ◦ blue 186

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

Shades of Purple Heart #6132BA

Tints of Purple Heart #6132BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 55.86%

R = 29.13%
G = 15.02%
B = 55.86%

CMYK

 C value IS 0.48

 M value IS 0.73

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6132BA (or 0x6132BA) is known color: Purple Heart. HEX triplet: 61, 32 and BA. RGB value is (97,50,186). Sum of RGB (Red+Green+Blue) = 97+50+186=333 (44% of max value = 765). Red value is 97 (38.28% from 255 or 29.13% from 333); Green value is 50 (19.92% from 255 or 15.02% from 333); Blue value is 186 (73.05% from 255 or 55.86% from 333); Max value from RGB is 186 - color contains mainly: blue. Hex color #6132BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6132BA is #9ECD45. Grayscale: #4F4F4F. Windows color (decimal): -10407238 or 12202593. OLE color: 12202593.

HSL color Cylindrical-coordinate representation of color #6132BA: hue angle of 260.74º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6132BA is Cyan = 0.48, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 97 50 186 -
CMYK 0.48 0.73 0 0.27
HSL 260.74º 0.58% 0.46% -
HSV(B) 260.74º 0.73% 0.73% -
XYZ 14.93 8.37 47.28 -
YUV 79.56 188.07 140.44 -
System Red Green Blue C M Y K H S L
Decimal 97 50 186 0.48 0.73 0 0.27 260.74 0.58 0.46
Hex 61 32 BA 30 49 0 1B 105 3A 2E
Octal 141 62 272 60 111 0 33 405 72 56
Binary 1100001 110010 10111010 110000 1001001 0 11011 100000101 111010 101110

Color Harmonies of #6132BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6132BA

Black with #6132BA

Text Example


Text Example

White with #6132BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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