Html Css Color HEX #6427AB Purple Heart

📋 copy color: '#6427AB'

red 100 ◦ green 39 ◦ blue 171

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

Shades of Purple Heart #6427AB

Tints of Purple Heart #6427AB

RGB

 RED value IS 100 (39.45% from 255) = 32.26%

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

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

R = 32.26%
G = 12.58%
B = 55.16%

CMYK

 C value IS 0.42

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6427AB (or 0x6427AB) is known color: Purple Heart. HEX triplet: 64, 27 and AB. RGB value is (100,39,171). Sum of RGB (Red+Green+Blue) = 100+39+171=310 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.26% from 310); Green value is 39 (15.62% from 255 or 12.58% from 310); Blue value is 171 (67.19% from 255 or 55.16% from 310); Max value from RGB is 171 - color contains mainly: blue. Hex color #6427AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6427AB is #9BD854. Grayscale: #474747. Windows color (decimal): -10213461 or 11216740. OLE color: 11216740.

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

Color convert

RGB 100 39 171 -
CMYK 0.42 0.77 0 0.33
HSL 267.73º 0.63% 0.41% -
HSV(B) 267.73º 0.77% 0.67% -
XYZ 13.33 7.1 39.2 -
YUV 72.29 183.71 147.77 -
System Red Green Blue C M Y K H S L
Decimal 100 39 171 0.42 0.77 0 0.33 267.73 0.63 0.41
Hex 64 27 AB 2A 4D 0 21 10C 3F 29
Octal 144 47 253 52 115 0 41 414 77 51
Binary 1100100 100111 10101011 101010 1001101 0 100001 100001100 111111 101001

Color Harmonies of #6427AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6427AB

Black with #6427AB

Text Example


Text Example

White with #6427AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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