Html Css Color HEX #6421CD Purple Heart

📋 copy color: '#6421CD'

red 100 ◦ green 33 ◦ blue 205

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

Shades of Purple Heart #6421CD

Tints of Purple Heart #6421CD

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.76%

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

R = 29.59%
G = 9.76%
B = 60.65%

CMYK

 C value IS 0.51

 M value IS 0.84

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6421CD (or 0x6421CD) is known color: Purple Heart. HEX triplet: 64, 21 and CD. RGB value is (100,33,205). Sum of RGB (Red+Green+Blue) = 100+33+205=338 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.59% from 338); Green value is 33 (13.28% from 255 or 9.76% from 338); Blue value is 205 (80.47% from 255 or 60.65% from 338); Max value from RGB is 205 - color contains mainly: blue. Hex color #6421CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6421CD is #9BDE32. Grayscale: #484848. Windows color (decimal): -10214963 or 13443428. OLE color: 13443428.

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

Color convert

RGB 100 33 205 -
CMYK 0.51 0.84 0 0.20
HSL 263.37º 0.72% 0.47% -
HSV(B) 263.37º 0.84% 0.8% -
XYZ 16.82 8.2 58.45 -
YUV 72.64 202.7 147.51 -
System Red Green Blue C M Y K H S L
Decimal 100 33 205 0.51 0.84 0 0.20 263.37 0.72 0.47
Hex 64 21 CD 33 54 0 14 107 48 2F
Octal 144 41 315 63 124 0 24 407 110 57
Binary 1100100 100001 11001101 110011 1010100 0 10100 100000111 1001000 101111

Color Harmonies of #6421CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6421CD

Black with #6421CD

Text Example


Text Example

White with #6421CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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