Html Css Color HEX #6821CC Purple Heart

📋 copy color: '#6821CC'

red 104 ◦ green 33 ◦ blue 204

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

Shades of Purple Heart #6821CC

Tints of Purple Heart #6821CC

RGB

 RED value IS 104 (41.02% from 255) = 30.5%

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

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

R = 30.5%
G = 9.68%
B = 59.82%

CMYK

 C value IS 0.49

 M value IS 0.84

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6821CC (or 0x6821CC) is known color: Purple Heart. HEX triplet: 68, 21 and CC. RGB value is (104,33,204). Sum of RGB (Red+Green+Blue) = 104+33+204=341 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.50% from 341); Green value is 33 (13.28% from 255 or 9.68% from 341); Blue value is 204 (80.08% from 255 or 59.82% from 341); Max value from RGB is 204 - color contains mainly: blue. Hex color #6821CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6821CC is #97DE33. Grayscale: #494949. Windows color (decimal): -9952820 or 13377896. OLE color: 13377896.

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

Color convert

RGB 104 33 204 -
CMYK 0.49 0.84 0 0.2
HSL 264.91º 0.72% 0.46% -
HSV(B) 264.91º 0.84% 0.8% -
XYZ 17.15 8.39 57.84 -
YUV 73.72 201.52 149.6 -
System Red Green Blue C M Y K H S L
Decimal 104 33 204 0.49 0.84 0 0.2 264.91 0.72 0.46
Hex 68 21 CC 31 54 0 14 109 48 2E
Octal 150 41 314 61 124 0 24 411 110 56
Binary 1101000 100001 11001100 110001 1010100 0 10100 100001001 1001000 101110

Color Harmonies of #6821CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6821CC

Black with #6821CC

Text Example


Text Example

White with #6821CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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