Html Css Color HEX #6132BC Purple Heart

📋 copy color: '#6132BC'

red 97 ◦ green 50 ◦ blue 188

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

Shades of Purple Heart #6132BC

Tints of Purple Heart #6132BC

RGB

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

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

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

R = 28.96%
G = 14.93%
B = 56.12%

CMYK

 C value IS 0.48

 M value IS 0.73

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6132BC (or 0x6132BC) is known color: Purple Heart. HEX triplet: 61, 32 and BC. RGB value is (97,50,188). Sum of RGB (Red+Green+Blue) = 97+50+188=335 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.96% from 335); Green value is 50 (19.92% from 255 or 14.93% from 335); Blue value is 188 (73.83% from 255 or 56.12% from 335); Max value from RGB is 188 - color contains mainly: blue. Hex color #6132BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6132BC is #9ECD43. Grayscale: #4F4F4F. Windows color (decimal): -10407236 or 12333665. OLE color: 12333665.

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

Color convert

RGB 97 50 188 -
CMYK 0.48 0.73 0 0.26
HSL 260.43º 0.58% 0.47% -
HSV(B) 260.43º 0.73% 0.74% -
XYZ 15.15 8.45 48.41 -
YUV 79.79 189.07 140.28 -
System Red Green Blue C M Y K H S L
Decimal 97 50 188 0.48 0.73 0 0.26 260.43 0.58 0.47
Hex 61 32 BC 30 49 0 1A 104 3A 2F
Octal 141 62 274 60 111 0 32 404 72 57
Binary 1100001 110010 10111100 110000 1001001 0 11010 100000100 111010 101111

Color Harmonies of #6132BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6132BC

Black with #6132BC

Text Example


Text Example

White with #6132BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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