Html Css Color HEX #6421CB Purple Heart

📋 copy color: '#6421CB'

red 100 ◦ green 33 ◦ blue 203

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

Shades of Purple Heart #6421CB

Tints of Purple Heart #6421CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 60.42%

R = 29.76%
G = 9.82%
B = 60.42%

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

#6421CB (or 0x6421CB) is known color: Purple Heart. HEX triplet: 64, 21 and CB. RGB value is (100,33,203). Sum of RGB (Red+Green+Blue) = 100+33+203=336 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.76% from 336); Green value is 33 (13.28% from 255 or 9.82% from 336); Blue value is 203 (79.69% from 255 or 60.42% from 336); Max value from RGB is 203 - color contains mainly: blue. Hex color #6421CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6421CB is #9BDE34. Grayscale: #474747. Windows color (decimal): -10214965 or 13312356. OLE color: 13312356.

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

Color convert

RGB 100 33 203 -
CMYK 0.51 0.84 0 0.20
HSL 263.65º 0.72% 0.46% -
HSV(B) 263.65º 0.84% 0.8% -
XYZ 16.58 8.11 57.19 -
YUV 72.41 201.7 147.68 -
System Red Green Blue C M Y K H S L
Decimal 100 33 203 0.51 0.84 0 0.20 263.65 0.72 0.46
Hex 64 21 CB 33 54 0 14 108 48 2E
Octal 144 41 313 63 124 0 24 410 110 56
Binary 1100100 100001 11001011 110011 1010100 0 10100 100001000 1001000 101110

Color Harmonies of #6421CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6421CB

Black with #6421CB

Text Example


Text Example

White with #6421CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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