Html Css Color HEX #6621CD Purple Heart

📋 copy color: '#6621CD'

red 102 ◦ green 33 ◦ blue 205

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

Shades of Purple Heart #6621CD

Tints of Purple Heart #6621CD

RGB

 RED value IS 102 (40.23% from 255) = 30%

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

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

R = 30%
G = 9.71%
B = 60.29%

CMYK

 C value IS 0.50

 M value IS 0.84

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6621CD (or 0x6621CD) is known color: Purple Heart. HEX triplet: 66, 21 and CD. RGB value is (102,33,205). Sum of RGB (Red+Green+Blue) = 102+33+205=340 (45% of max value = 765). Red value is 102 (40.23% from 255 or 30% from 340); Green value is 33 (13.28% from 255 or 9.71% from 340); Blue value is 205 (80.47% from 255 or 60.29% from 340); Max value from RGB is 205 - color contains mainly: blue. Hex color #6621CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6621CD is #99DE32. Grayscale: #484848. Windows color (decimal): -10083891 or 13443430. OLE color: 13443430.

HSL color Cylindrical-coordinate representation of color #6621CD: hue angle of 264.07º 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 #6621CD is Cyan = 0.50, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 102 33 205 -
CMYK 0.50 0.84 0 0.20
HSL 264.07º 0.72% 0.47% -
HSV(B) 264.07º 0.84% 0.8% -
XYZ 17.04 8.32 58.47 -
YUV 73.24 202.36 148.51 -
System Red Green Blue C M Y K H S L
Decimal 102 33 205 0.50 0.84 0 0.20 264.07 0.72 0.47
Hex 66 21 CD 32 54 0 14 108 48 2F
Octal 146 41 315 62 124 0 24 410 110 57
Binary 1100110 100001 11001101 110010 1010100 0 10100 100001000 1001000 101111

Color Harmonies of #6621CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6621CD

Black with #6621CD

Text Example


Text Example

White with #6621CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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