Html Css Color HEX #6027AF Purple Heart

📋 copy color: '#6027AF'

red 96 ◦ green 39 ◦ blue 175

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

Shades of Purple Heart #6027AF

Tints of Purple Heart #6027AF

RGB

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

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

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

R = 30.97%
G = 12.58%
B = 56.45%

CMYK

 C value IS 0.45

 M value IS 0.78

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6027AF (or 0x6027AF) is known color: Purple Heart. HEX triplet: 60, 27 and AF. RGB value is (96,39,175). Sum of RGB (Red+Green+Blue) = 96+39+175=310 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.97% from 310); Green value is 39 (15.62% from 255 or 12.58% from 310); Blue value is 175 (68.75% from 255 or 56.45% from 310); Max value from RGB is 175 - color contains mainly: blue. Hex color #6027AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6027AF is #9FD850. Grayscale: #474747. Windows color (decimal): -10475601 or 11478880. OLE color: 11478880.

HSL color Cylindrical-coordinate representation of color #6027AF: hue angle of 265.15º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6027AF is Cyan = 0.45, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 96 39 175 -
CMYK 0.45 0.78 0 0.31
HSL 265.15º 0.64% 0.42% -
HSV(B) 265.15º 0.78% 0.69% -
XYZ 13.29 7.03 41.21 -
YUV 71.55 186.38 145.44 -
System Red Green Blue C M Y K H S L
Decimal 96 39 175 0.45 0.78 0 0.31 265.15 0.64 0.42
Hex 60 27 AF 2D 4E 0 1F 109 40 2A
Octal 140 47 257 55 116 0 37 411 100 52
Binary 1100000 100111 10101111 101101 1001110 0 11111 100001001 1000000 101010

Color Harmonies of #6027AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6027AF

Black with #6027AF

Text Example


Text Example

White with #6027AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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