Html Css Color HEX #6532BC Purple Heart

📋 copy color: '#6532BC'

red 101 ◦ green 50 ◦ blue 188

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

Shades of Purple Heart #6532BC

Tints of Purple Heart #6532BC

RGB

 RED value IS 101 (39.84% from 255) = 29.79%

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

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

R = 29.79%
G = 14.75%
B = 55.46%

CMYK

 C value IS 0.46

 M value IS 0.73

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6532BC (or 0x6532BC) is known color: Purple Heart. HEX triplet: 65, 32 and BC. RGB value is (101,50,188). Sum of RGB (Red+Green+Blue) = 101+50+188=339 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.79% from 339); Green value is 50 (19.92% from 255 or 14.75% from 339); Blue value is 188 (73.83% from 255 or 55.46% from 339); Max value from RGB is 188 - color contains mainly: blue. Hex color #6532BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6532BC is #9ACD43. Grayscale: #505050. Windows color (decimal): -10145092 or 12333669. OLE color: 12333669.

HSL color Cylindrical-coordinate representation of color #6532BC: hue angle of 262.17º 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 #6532BC is Cyan = 0.46, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 101 50 188 -
CMYK 0.46 0.73 0 0.26
HSL 262.17º 0.58% 0.47% -
HSV(B) 262.17º 0.73% 0.74% -
XYZ 15.58 8.68 48.43 -
YUV 80.98 188.4 142.28 -
System Red Green Blue C M Y K H S L
Decimal 101 50 188 0.46 0.73 0 0.26 262.17 0.58 0.47
Hex 65 32 BC 2E 49 0 1A 106 3A 2F
Octal 145 62 274 56 111 0 32 406 72 57
Binary 1100101 110010 10111100 101110 1001001 0 11010 100000110 111010 101111

Color Harmonies of #6532BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6532BC

Black with #6532BC

Text Example


Text Example

White with #6532BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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