Html Css Color HEX #6432BC Purple Heart

📋 copy color: '#6432BC'

red 100 ◦ green 50 ◦ blue 188

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

Shades of Purple Heart #6432BC

Tints of Purple Heart #6432BC

RGB

 RED value IS 100 (39.45% from 255) = 29.59%

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

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

R = 29.59%
G = 14.79%
B = 55.62%

CMYK

 C value IS 0.47

 M value IS 0.73

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6432BC (or 0x6432BC) is known color: Purple Heart. HEX triplet: 64, 32 and BC. RGB value is (100,50,188). Sum of RGB (Red+Green+Blue) = 100+50+188=338 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.59% from 338); Green value is 50 (19.92% from 255 or 14.79% from 338); Blue value is 188 (73.83% from 255 or 55.62% from 338); Max value from RGB is 188 - color contains mainly: blue. Hex color #6432BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6432BC is #9BCD43. Grayscale: #505050. Windows color (decimal): -10210628 or 12333668. OLE color: 12333668.

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

Color convert

RGB 100 50 188 -
CMYK 0.47 0.73 0 0.26
HSL 261.74º 0.58% 0.47% -
HSV(B) 261.74º 0.73% 0.74% -
XYZ 15.47 8.62 48.43 -
YUV 80.68 188.57 141.78 -
System Red Green Blue C M Y K H S L
Decimal 100 50 188 0.47 0.73 0 0.26 261.74 0.58 0.47
Hex 64 32 BC 2F 49 0 1A 106 3A 2F
Octal 144 62 274 57 111 0 32 406 72 57
Binary 1100100 110010 10111100 101111 1001001 0 11010 100000110 111010 101111

Color Harmonies of #6432BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6432BC

Black with #6432BC

Text Example


Text Example

White with #6432BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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