Html Css Color HEX #6826AB Purple Heart

📋 copy color: '#6826AB'

red 104 ◦ green 38 ◦ blue 171

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

Shades of Purple Heart #6826AB

Tints of Purple Heart #6826AB

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.14%

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

R = 33.23%
G = 12.14%
B = 54.63%

CMYK

 C value IS 0.39

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6826AB (or 0x6826AB) is known color: Purple Heart. HEX triplet: 68, 26 and AB. RGB value is (104,38,171). Sum of RGB (Red+Green+Blue) = 104+38+171=313 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.23% from 313); Green value is 38 (15.23% from 255 or 12.14% from 313); Blue value is 171 (67.19% from 255 or 54.63% from 313); Max value from RGB is 171 - color contains mainly: blue. Hex color #6826AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6826AB is #97D954. Grayscale: #484848. Windows color (decimal): -9951573 or 11216488. OLE color: 11216488.

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

Color convert

RGB 104 38 171 -
CMYK 0.39 0.78 0 0.33
HSL 269.77º 0.64% 0.41% -
HSV(B) 269.77º 0.78% 0.67% -
XYZ 13.75 7.27 39.21 -
YUV 72.9 183.37 150.19 -
System Red Green Blue C M Y K H S L
Decimal 104 38 171 0.39 0.78 0 0.33 269.77 0.64 0.41
Hex 68 26 AB 27 4E 0 21 10E 40 29
Octal 150 46 253 47 116 0 41 416 100 51
Binary 1101000 100110 10101011 100111 1001110 0 100001 100001110 1000000 101001

Color Harmonies of #6826AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6826AB

Black with #6826AB

Text Example


Text Example

White with #6826AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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