Html Css Color HEX #6428CD Purple Heart

📋 copy color: '#6428CD'

red 100 ◦ green 40 ◦ blue 205

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

Shades of Purple Heart #6428CD

Tints of Purple Heart #6428CD

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.59%

 BLUE value IS 205 (80.47% from 255) = 59.42%

R = 28.99%
G = 11.59%
B = 59.42%

CMYK

 C value IS 0.51

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6428CD (or 0x6428CD) is known color: Purple Heart. HEX triplet: 64, 28 and CD. RGB value is (100,40,205). Sum of RGB (Red+Green+Blue) = 100+40+205=345 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.99% from 345); Green value is 40 (16.02% from 255 or 11.59% from 345); Blue value is 205 (80.47% from 255 or 59.42% from 345); Max value from RGB is 205 - color contains mainly: blue. Hex color #6428CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6428CD is #9BD732. Grayscale: #4C4C4C. Windows color (decimal): -10213171 or 13445220. OLE color: 13445220.

HSL color Cylindrical-coordinate representation of color #6428CD: hue angle of 261.82º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6428CD is Cyan = 0.51, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 100 40 205 -
CMYK 0.51 0.80 0 0.20
HSL 261.82º 0.67% 0.48% -
HSV(B) 261.82º 0.8% 0.8% -
XYZ 17.03 8.63 58.53 -
YUV 76.75 200.38 144.58 -
System Red Green Blue C M Y K H S L
Decimal 100 40 205 0.51 0.80 0 0.20 261.82 0.67 0.48
Hex 64 28 CD 33 50 0 14 106 43 30
Octal 144 50 315 63 120 0 24 406 103 60
Binary 1100100 101000 11001101 110011 1010000 0 10100 100000110 1000011 110000

Color Harmonies of #6428CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6428CD

Black with #6428CD

Text Example


Text Example

White with #6428CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6428CD; }

 p { color: rgb(100,40,205); }

 H1.HeaderClassName
 {
   color: #6428CD;
 }
 .AnyTagClassName
 {
   color: #6428CD;
 }
</style>

background-color css

<style>
 a { background-color: #6428CD; }

 a { background-color: rgb(100,40,205); }

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

border-color css

<style>
 span { border-color: #6428CD; }

 span { border-color: rgb(100,40,205); }

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