Html Css Color HEX #6721D7 Purple Heart

📋 copy color: '#6721D7'

red 103 ◦ green 33 ◦ blue 215

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

Shades of Purple Heart #6721D7

Tints of Purple Heart #6721D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 61.25%

R = 29.34%
G = 9.4%
B = 61.25%

CMYK

 C value IS 0.52

 M value IS 0.85

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6721D7 (or 0x6721D7) is known color: Purple Heart. HEX triplet: 67, 21 and D7. RGB value is (103,33,215). Sum of RGB (Red+Green+Blue) = 103+33+215=351 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.34% from 351); Green value is 33 (13.28% from 255 or 9.40% from 351); Blue value is 215 (84.38% from 255 or 61.25% from 351); Max value from RGB is 215 - color contains mainly: blue. Hex color #6721D7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6721D7 is #98DE28. Grayscale: #4A4A4A. Windows color (decimal): -10018345 or 14098791. OLE color: 14098791.

HSL color Cylindrical-coordinate representation of color #6721D7: hue angle of 263.08º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6721D7 is Cyan = 0.52, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 103 33 215 -
CMYK 0.52 0.85 0 0.16
HSL 263.08º 0.73% 0.49% -
HSV(B) 263.08º 0.85% 0.84% -
XYZ 18.4 8.88 65.03 -
YUV 74.68 207.19 148.2 -
System Red Green Blue C M Y K H S L
Decimal 103 33 215 0.52 0.85 0 0.16 263.08 0.73 0.49
Hex 67 21 D7 34 55 0 10 107 49 31
Octal 147 41 327 64 125 0 20 407 111 61
Binary 1100111 100001 11010111 110100 1010101 0 10000 100000111 1001001 110001

Color Harmonies of #6721D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6721D7

Black with #6721D7

Text Example


Text Example

White with #6721D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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