Html Css Color HEX #6721CC Purple Heart

📋 copy color: '#6721CC'

red 103 ◦ green 33 ◦ blue 204

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

Shades of Purple Heart #6721CC

Tints of Purple Heart #6721CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 60%

R = 30.29%
G = 9.71%
B = 60%

CMYK

 C value IS 0.50

 M value IS 0.84

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6721CC (or 0x6721CC) is known color: Purple Heart. HEX triplet: 67, 21 and CC. RGB value is (103,33,204). Sum of RGB (Red+Green+Blue) = 103+33+204=340 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.29% from 340); Green value is 33 (13.28% from 255 or 9.71% from 340); Blue value is 204 (80.08% from 255 or 60% from 340); Max value from RGB is 204 - color contains mainly: blue. Hex color #6721CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6721CC is #98DE33. Grayscale: #484848. Windows color (decimal): -10018356 or 13377895. OLE color: 13377895.

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

Color convert

RGB 103 33 204 -
CMYK 0.50 0.84 0 0.2
HSL 264.56º 0.72% 0.46% -
HSV(B) 264.56º 0.84% 0.8% -
XYZ 17.04 8.33 57.84 -
YUV 73.42 201.69 149.1 -
System Red Green Blue C M Y K H S L
Decimal 103 33 204 0.50 0.84 0 0.2 264.56 0.72 0.46
Hex 67 21 CC 32 54 0 14 109 48 2E
Octal 147 41 314 62 124 0 24 411 110 56
Binary 1100111 100001 11001100 110010 1010100 0 10100 100001001 1001000 101110

Color Harmonies of #6721CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6721CC

Black with #6721CC

Text Example


Text Example

White with #6721CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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