Html Css Color HEX #6027AB Purple Heart

📋 copy color: '#6027AB'

red 96 ◦ green 39 ◦ blue 171

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

Shades of Purple Heart #6027AB

Tints of Purple Heart #6027AB

RGB

 RED value IS 96 (37.89% from 255) = 31.37%

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

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

R = 31.37%
G = 12.75%
B = 55.88%

CMYK

 C value IS 0.44

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6027AB (or 0x6027AB) is known color: Purple Heart. HEX triplet: 60, 27 and AB. RGB value is (96,39,171). Sum of RGB (Red+Green+Blue) = 96+39+171=306 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.37% from 306); Green value is 39 (15.62% from 255 or 12.75% from 306); Blue value is 171 (67.19% from 255 or 55.88% from 306); Max value from RGB is 171 - color contains mainly: blue. Hex color #6027AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6027AB is #9FD854. Grayscale: #464646. Windows color (decimal): -10475605 or 11216736. OLE color: 11216736.

HSL color Cylindrical-coordinate representation of color #6027AB: hue angle of 265.91º 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 #6027AB is Cyan = 0.44, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 96 39 171 -
CMYK 0.44 0.77 0 0.33
HSL 265.91º 0.63% 0.41% -
HSV(B) 265.91º 0.77% 0.67% -
XYZ 12.9 6.88 39.18 -
YUV 71.09 184.38 145.77 -
System Red Green Blue C M Y K H S L
Decimal 96 39 171 0.44 0.77 0 0.33 265.91 0.63 0.41
Hex 60 27 AB 2C 4D 0 21 10A 3F 29
Octal 140 47 253 54 115 0 41 412 77 51
Binary 1100000 100111 10101011 101100 1001101 0 100001 100001010 111111 101001

Color Harmonies of #6027AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6027AB

Black with #6027AB

Text Example


Text Example

White with #6027AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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