Html Css Color HEX #6827AB Purple Heart

📋 copy color: '#6827AB'

red 104 ◦ green 39 ◦ blue 171

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

Shades of Purple Heart #6827AB

Tints of Purple Heart #6827AB

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.42%

 BLUE value IS 171 (67.19% from 255) = 54.46%

R = 33.12%
G = 12.42%
B = 54.46%

CMYK

 C value IS 0.39

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6827AB (or 0x6827AB) is known color: Purple Heart. HEX triplet: 68, 27 and AB. RGB value is (104,39,171). Sum of RGB (Red+Green+Blue) = 104+39+171=314 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.12% from 314); Green value is 39 (15.62% from 255 or 12.42% from 314); Blue value is 171 (67.19% from 255 or 54.46% from 314); Max value from RGB is 171 - color contains mainly: blue. Hex color #6827AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6827AB is #97D854. Grayscale: #494949. Windows color (decimal): -9951317 or 11216744. OLE color: 11216744.

HSL color Cylindrical-coordinate representation of color #6827AB: hue angle of 269.55º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6827AB is Cyan = 0.39, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 104 39 171 -
CMYK 0.39 0.77 0 0.33
HSL 269.55º 0.63% 0.41% -
HSV(B) 269.55º 0.77% 0.67% -
XYZ 13.79 7.33 39.22 -
YUV 73.48 183.03 149.77 -
System Red Green Blue C M Y K H S L
Decimal 104 39 171 0.39 0.77 0 0.33 269.55 0.63 0.41
Hex 68 27 AB 27 4D 0 21 10E 3F 29
Octal 150 47 253 47 115 0 41 416 77 51
Binary 1101000 100111 10101011 100111 1001101 0 100001 100001110 111111 101001

Color Harmonies of #6827AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6827AB

Black with #6827AB

Text Example


Text Example

White with #6827AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6827AB; }

 p { color: rgb(104,39,171); }

 H1.HeaderClassName
 {
   color: #6827AB;
 }
 .AnyTagClassName
 {
   color: #6827AB;
 }
</style>

background-color css

<style>
 a { background-color: #6827AB; }

 a { background-color: rgb(104,39,171); }

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

border-color css

<style>
 span { border-color: #6827AB; }

 span { border-color: rgb(104,39,171); }

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