Html Css Color HEX #6127AB Purple Heart

📋 copy color: '#6127AB'

red 97 ◦ green 39 ◦ blue 171

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

Shades of Purple Heart #6127AB

Tints of Purple Heart #6127AB

RGB

 RED value IS 97 (38.28% from 255) = 31.6%

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

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

R = 31.6%
G = 12.7%
B = 55.7%

CMYK

 C value IS 0.43

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6127AB (or 0x6127AB) is known color: Purple Heart. HEX triplet: 61, 27 and AB. RGB value is (97,39,171). Sum of RGB (Red+Green+Blue) = 97+39+171=307 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.60% from 307); Green value is 39 (15.62% from 255 or 12.70% from 307); Blue value is 171 (67.19% from 255 or 55.70% from 307); Max value from RGB is 171 - color contains mainly: blue. Hex color #6127AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6127AB is #9ED854. Grayscale: #464646. Windows color (decimal): -10410069 or 11216737. OLE color: 11216737.

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

Color convert

RGB 97 39 171 -
CMYK 0.43 0.77 0 0.33
HSL 266.36º 0.63% 0.41% -
HSV(B) 266.36º 0.77% 0.67% -
XYZ 13.01 6.93 39.18 -
YUV 71.39 184.22 146.27 -
System Red Green Blue C M Y K H S L
Decimal 97 39 171 0.43 0.77 0 0.33 266.36 0.63 0.41
Hex 61 27 AB 2B 4D 0 21 10A 3F 29
Octal 141 47 253 53 115 0 41 412 77 51
Binary 1100001 100111 10101011 101011 1001101 0 100001 100001010 111111 101001

Color Harmonies of #6127AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6127AB

Black with #6127AB

Text Example


Text Example

White with #6127AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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