Html Css Color HEX #6432CC Purple Heart

📋 copy color: '#6432CC'

red 100 ◦ green 50 ◦ blue 204

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

Shades of Purple Heart #6432CC

Tints of Purple Heart #6432CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 57.63%

R = 28.25%
G = 14.12%
B = 57.63%

CMYK

 C value IS 0.51

 M value IS 0.75

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6432CC (or 0x6432CC) is known color: Purple Heart. HEX triplet: 64, 32 and CC. RGB value is (100,50,204). Sum of RGB (Red+Green+Blue) = 100+50+204=354 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.25% from 354); Green value is 50 (19.92% from 255 or 14.12% from 354); Blue value is 204 (80.08% from 255 or 57.63% from 354); Max value from RGB is 204 - color contains mainly: blue. Hex color #6432CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6432CC is #9BCD33. Grayscale: #515151. Windows color (decimal): -10210612 or 13382244. OLE color: 13382244.

HSL color Cylindrical-coordinate representation of color #6432CC: hue angle of 259.48º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6432CC is Cyan = 0.51, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 100 50 204 -
CMYK 0.51 0.75 0 0.2
HSL 259.48º 0.61% 0.5% -
HSV(B) 259.48º 0.75% 0.8% -
XYZ 17.3 9.35 58.02 -
YUV 82.51 196.57 140.48 -
System Red Green Blue C M Y K H S L
Decimal 100 50 204 0.51 0.75 0 0.2 259.48 0.61 0.5
Hex 64 32 CC 33 4B 0 14 103 3D 32
Octal 144 62 314 63 113 0 24 403 75 62
Binary 1100100 110010 11001100 110011 1001011 0 10100 100000011 111101 110010

Color Harmonies of #6432CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6432CC

Black with #6432CC

Text Example


Text Example

White with #6432CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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