Html Css Color HEX #6821CF Purple Heart

📋 copy color: '#6821CF'

red 104 ◦ green 33 ◦ blue 207

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

Shades of Purple Heart #6821CF

Tints of Purple Heart #6821CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 60.17%

R = 30.23%
G = 9.59%
B = 60.17%

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

#6821CF (or 0x6821CF) is known color: Purple Heart. HEX triplet: 68, 21 and CF. RGB value is (104,33,207). Sum of RGB (Red+Green+Blue) = 104+33+207=344 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.23% from 344); Green value is 33 (13.28% from 255 or 9.59% from 344); Blue value is 207 (81.25% from 255 or 60.17% from 344); Max value from RGB is 207 - color contains mainly: blue. Hex color #6821CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6821CF is #97DE30. Grayscale: #494949. Windows color (decimal): -9952817 or 13574504. OLE color: 13574504.

HSL color Cylindrical-coordinate representation of color #6821CF: hue angle of 264.48º degrees, saturation: 0.73, 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 #6821CF is Cyan = 0.50, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 104 33 207 -
CMYK 0.50 0.84 0 0.19
HSL 264.48º 0.73% 0.47% -
HSV(B) 264.48º 0.84% 0.81% -
XYZ 17.52 8.54 59.76 -
YUV 74.07 203.02 149.35 -
System Red Green Blue C M Y K H S L
Decimal 104 33 207 0.50 0.84 0 0.19 264.48 0.73 0.47
Hex 68 21 CF 32 54 0 13 108 48 2F
Octal 150 41 317 62 124 0 23 410 110 57
Binary 1101000 100001 11001111 110010 1010100 0 10011 100001000 1001000 101111

Color Harmonies of #6821CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6821CF

Black with #6821CF

Text Example


Text Example

White with #6821CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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