Html Css Color HEX #6821AF Purple Heart

📋 copy color: '#6821AF'

red 104 ◦ green 33 ◦ blue 175

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

Shades of Purple Heart #6821AF

Tints of Purple Heart #6821AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 56.09%

R = 33.33%
G = 10.58%
B = 56.09%

CMYK

 C value IS 0.41

 M value IS 0.81

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6821AF (or 0x6821AF) is known color: Purple Heart. HEX triplet: 68, 21 and AF. RGB value is (104,33,175). Sum of RGB (Red+Green+Blue) = 104+33+175=312 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.33% from 312); Green value is 33 (13.28% from 255 or 10.58% from 312); Blue value is 175 (68.75% from 255 or 56.09% from 312); Max value from RGB is 175 - color contains mainly: blue. Hex color #6821AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6821AF is #97DE50. Grayscale: #454545. Windows color (decimal): -9952849 or 11477352. OLE color: 11477352.

HSL color Cylindrical-coordinate representation of color #6821AF: hue angle of 270º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6821AF is Cyan = 0.41, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 104 33 175 -
CMYK 0.41 0.81 0 0.31
HSL 270º 0.68% 0.41% -
HSV(B) 270º 0.81% 0.69% -
XYZ 13.99 7.13 41.2 -
YUV 70.42 187.02 151.95 -
System Red Green Blue C M Y K H S L
Decimal 104 33 175 0.41 0.81 0 0.31 270 0.68 0.41
Hex 68 21 AF 29 51 0 1F 10E 44 29
Octal 150 41 257 51 121 0 37 416 104 51
Binary 1101000 100001 10101111 101001 1010001 0 11111 100001110 1000100 101001

Color Harmonies of #6821AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6821AF

Black with #6821AF

Text Example


Text Example

White with #6821AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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