Html Css Color HEX #6B28AB Purple Heart

📋 copy color: '#6B28AB'

red 107 ◦ green 40 ◦ blue 171

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

Shades of Purple Heart #6B28AB

Tints of Purple Heart #6B28AB

RGB

 RED value IS 107 (42.19% from 255) = 33.65%

 GREEN value IS 40 (16.02% from 255) = 12.58%

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

R = 33.65%
G = 12.58%
B = 53.77%

CMYK

 C value IS 0.37

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6B28AB (or 0x6B28AB) is known color: Purple Heart. HEX triplet: 6B, 28 and AB. RGB value is (107,40,171). Sum of RGB (Red+Green+Blue) = 107+40+171=318 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.65% from 318); Green value is 40 (16.02% from 255 or 12.58% from 318); Blue value is 171 (67.19% from 255 or 53.77% from 318); Max value from RGB is 171 - color contains mainly: blue. Hex color #6B28AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B28AB is #94D754. Grayscale: #4A4A4A. Windows color (decimal): -9754453 or 11217003. OLE color: 11217003.

HSL color Cylindrical-coordinate representation of color #6B28AB: hue angle of 270.69º degrees, saturation: 0.62, 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 #6B28AB is Cyan = 0.37, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 107 40 171 -
CMYK 0.37 0.77 0 0.33
HSL 270.69º 0.62% 0.41% -
HSV(B) 270.69º 0.77% 0.67% -
XYZ 14.17 7.58 39.24 -
YUV 74.97 182.2 150.85 -
System Red Green Blue C M Y K H S L
Decimal 107 40 171 0.37 0.77 0 0.33 270.69 0.62 0.41
Hex 6B 28 AB 25 4D 0 21 10F 3E 29
Octal 153 50 253 45 115 0 41 417 76 51
Binary 1101011 101000 10101011 100101 1001101 0 100001 100001111 111110 101001

Color Harmonies of #6B28AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B28AB

Black with #6B28AB

Text Example


Text Example

White with #6B28AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6B28AB; }

 p { color: rgb(107,40,171); }

 H1.HeaderClassName
 {
   color: #6B28AB;
 }
 .AnyTagClassName
 {
   color: #6B28AB;
 }
</style>

background-color css

<style>
 a { background-color: #6B28AB; }

 a { background-color: rgb(107,40,171); }

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

border-color css

<style>
 span { border-color: #6B28AB; }

 span { border-color: rgb(107,40,171); }

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