Html Css Color HEX #6721CD Purple Heart

📋 copy color: '#6721CD'

red 103 ◦ green 33 ◦ blue 205

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

Shades of Purple Heart #6721CD

Tints of Purple Heart #6721CD

RGB

 RED value IS 103 (40.63% from 255) = 30.21%

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

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

R = 30.21%
G = 9.68%
B = 60.12%

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

#6721CD (or 0x6721CD) is known color: Purple Heart. HEX triplet: 67, 21 and CD. RGB value is (103,33,205). Sum of RGB (Red+Green+Blue) = 103+33+205=341 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.21% from 341); Green value is 33 (13.28% from 255 or 9.68% from 341); Blue value is 205 (80.47% from 255 or 60.12% from 341); Max value from RGB is 205 - color contains mainly: blue. Hex color #6721CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6721CD is #98DE32. Grayscale: #484848. Windows color (decimal): -10018355 or 13443431. OLE color: 13443431.

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

Color convert

RGB 103 33 205 -
CMYK 0.50 0.84 0 0.20
HSL 264.42º 0.72% 0.47% -
HSV(B) 264.42º 0.84% 0.8% -
XYZ 17.16 8.38 58.47 -
YUV 73.54 202.19 149.01 -
System Red Green Blue C M Y K H S L
Decimal 103 33 205 0.50 0.84 0 0.20 264.42 0.72 0.47
Hex 67 21 CD 32 54 0 14 108 48 2F
Octal 147 41 315 62 124 0 24 410 110 57
Binary 1100111 100001 11001101 110010 1010100 0 10100 100001000 1001000 101111

Color Harmonies of #6721CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6721CD

Black with #6721CD

Text Example


Text Example

White with #6721CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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