Html Css Color HEX #6820CC Purple Heart

📋 copy color: '#6820CC'

red 104 ◦ green 32 ◦ blue 204

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

Shades of Purple Heart #6820CC

Tints of Purple Heart #6820CC

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.41%

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

R = 30.59%
G = 9.41%
B = 60%

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

#6820CC (or 0x6820CC) is known color: Purple Heart. HEX triplet: 68, 20 and CC. RGB value is (104,32,204). Sum of RGB (Red+Green+Blue) = 104+32+204=340 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.59% from 340); Green value is 32 (12.89% from 255 or 9.41% 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 #6820CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6820CC is #97DF33. Grayscale: #484848. Windows color (decimal): -9953076 or 13377640. OLE color: 13377640.

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

Color convert

RGB 104 32 204 -
CMYK 0.49 0.84 0 0.2
HSL 265.12º 0.73% 0.46% -
HSV(B) 265.12º 0.84% 0.8% -
XYZ 17.12 8.34 57.83 -
YUV 73.14 201.85 150.01 -
System Red Green Blue C M Y K H S L
Decimal 104 32 204 0.49 0.84 0 0.2 265.12 0.73 0.46
Hex 68 20 CC 31 54 0 14 109 49 2E
Octal 150 40 314 61 124 0 24 411 111 56
Binary 1101000 100000 11001100 110001 1010100 0 10100 100001001 1001001 101110

Color Harmonies of #6820CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6820CC

Black with #6820CC

Text Example


Text Example

White with #6820CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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