Html Css Color HEX #6721CE Purple Heart

📋 copy color: '#6721CE'

red 103 ◦ green 33 ◦ blue 206

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

Shades of Purple Heart #6721CE

Tints of Purple Heart #6721CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 60.23%

R = 30.12%
G = 9.65%
B = 60.23%

CMYK

 C value IS 0.50

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6721CE (or 0x6721CE) is known color: Purple Heart. HEX triplet: 67, 21 and CE. RGB value is (103,33,206). Sum of RGB (Red+Green+Blue) = 103+33+206=342 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.12% from 342); Green value is 33 (13.28% from 255 or 9.65% from 342); Blue value is 206 (80.86% from 255 or 60.23% from 342); Max value from RGB is 206 - color contains mainly: blue. Hex color #6721CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6721CE is #98DE31. Grayscale: #494949. Windows color (decimal): -10018354 or 13508967. OLE color: 13508967.

HSL color Cylindrical-coordinate representation of color #6721CE: hue angle of 264.28º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6721CE is Cyan = 0.50, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 103 33 206 -
CMYK 0.50 0.84 0 0.19
HSL 264.28º 0.72% 0.47% -
HSV(B) 264.28º 0.84% 0.81% -
XYZ 17.28 8.43 59.11 -
YUV 73.65 202.69 148.93 -
System Red Green Blue C M Y K H S L
Decimal 103 33 206 0.50 0.84 0 0.19 264.28 0.72 0.47
Hex 67 21 CE 32 54 0 13 108 48 2F
Octal 147 41 316 62 124 0 23 410 110 57
Binary 1100111 100001 11001110 110010 1010100 0 10011 100001000 1001000 101111

Color Harmonies of #6721CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6721CE

Black with #6721CE

Text Example


Text Example

White with #6721CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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