Html Css Color HEX #6128AF Purple Heart

📋 copy color: '#6128AF'

red 97 ◦ green 40 ◦ blue 175

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

Shades of Purple Heart #6128AF

Tints of Purple Heart #6128AF

RGB

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

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

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

R = 31.09%
G = 12.82%
B = 56.09%

CMYK

 C value IS 0.45

 M value IS 0.77

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6128AF (or 0x6128AF) is known color: Purple Heart. HEX triplet: 61, 28 and AF. RGB value is (97,40,175). Sum of RGB (Red+Green+Blue) = 97+40+175=312 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.09% from 312); Green value is 40 (16.02% from 255 or 12.82% from 312); Blue value is 175 (68.75% from 255 or 56.09% from 312); Max value from RGB is 175 - color contains mainly: blue. Hex color #6128AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6128AF is #9ED750. Grayscale: #474747. Windows color (decimal): -10409809 or 11479137. OLE color: 11479137.

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

Color convert

RGB 97 40 175 -
CMYK 0.45 0.77 0 0.31
HSL 265.33º 0.63% 0.42% -
HSV(B) 265.33º 0.77% 0.69% -
XYZ 13.43 7.15 41.23 -
YUV 72.43 185.88 145.52 -
System Red Green Blue C M Y K H S L
Decimal 97 40 175 0.45 0.77 0 0.31 265.33 0.63 0.42
Hex 61 28 AF 2D 4D 0 1F 109 3F 2A
Octal 141 50 257 55 115 0 37 411 77 52
Binary 1100001 101000 10101111 101101 1001101 0 11111 100001001 111111 101010

Color Harmonies of #6128AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6128AF

Black with #6128AF

Text Example


Text Example

White with #6128AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,40,175); }

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

background-color css

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

 a { background-color: rgb(97,40,175); }

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

border-color css

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

 span { border-color: rgb(97,40,175); }

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