Html Css Color HEX #6144BA Purple Heart

📋 copy color: '#6144BA'

red 97 ◦ green 68 ◦ blue 186

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

Shades of Purple Heart #6144BA

Tints of Purple Heart #6144BA

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.37%

 BLUE value IS 186 (73.05% from 255) = 52.99%

R = 27.64%
G = 19.37%
B = 52.99%

CMYK

 C value IS 0.48

 M value IS 0.63

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6144BA (or 0x6144BA) is known color: Purple Heart. HEX triplet: 61, 44 and BA. RGB value is (97,68,186). Sum of RGB (Red+Green+Blue) = 97+68+186=351 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.64% from 351); Green value is 68 (26.95% from 255 or 19.37% from 351); Blue value is 186 (73.05% from 255 or 52.99% from 351); Max value from RGB is 186 - color contains mainly: blue. Hex color #6144BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6144BA is #9EBB45. Grayscale: #595959. Windows color (decimal): -10402630 or 12207201. OLE color: 12207201.

HSL color Cylindrical-coordinate representation of color #6144BA: hue angle of 254.75º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6144BA is Cyan = 0.48, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 97 68 186 -
CMYK 0.48 0.63 0 0.27
HSL 254.75º 0.46% 0.5% -
HSV(B) 254.75º 0.63% 0.73% -
XYZ 15.86 10.22 47.59 -
YUV 90.12 182.11 132.91 -
System Red Green Blue C M Y K H S L
Decimal 97 68 186 0.48 0.63 0 0.27 254.75 0.46 0.5
Hex 61 44 BA 30 3F 0 1B FF 2E 32
Octal 141 104 272 60 77 0 33 377 56 62
Binary 1100001 1000100 10111010 110000 111111 0 11011 11111111 101110 110010

Color Harmonies of #6144BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6144BA

Black with #6144BA

Text Example


Text Example

White with #6144BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6144BA; }

 p { color: rgb(97,68,186); }

 H1.HeaderClassName
 {
   color: #6144BA;
 }
 .AnyTagClassName
 {
   color: #6144BA;
 }
</style>

background-color css

<style>
 a { background-color: #6144BA; }

 a { background-color: rgb(97,68,186); }

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

border-color css

<style>
 span { border-color: #6144BA; }

 span { border-color: rgb(97,68,186); }

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