Html Css Color HEX #6139BA Purple Heart

📋 copy color: '#6139BA'

red 97 ◦ green 57 ◦ blue 186

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

Shades of Purple Heart #6139BA

Tints of Purple Heart #6139BA

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.76%

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

R = 28.53%
G = 16.76%
B = 54.71%

CMYK

 C value IS 0.48

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6139BA (or 0x6139BA) is known color: Purple Heart. HEX triplet: 61, 39 and BA. RGB value is (97,57,186). Sum of RGB (Red+Green+Blue) = 97+57+186=340 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.53% from 340); Green value is 57 (22.66% from 255 or 16.76% from 340); Blue value is 186 (73.05% from 255 or 54.71% from 340); Max value from RGB is 186 - color contains mainly: blue. Hex color #6139BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6139BA is #9EC645. Grayscale: #535353. Windows color (decimal): -10405446 or 12204385. OLE color: 12204385.

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

Color convert

RGB 97 57 186 -
CMYK 0.48 0.69 0 0.27
HSL 258.6º 0.53% 0.48% -
HSV(B) 258.6º 0.69% 0.73% -
XYZ 15.26 9.01 47.39 -
YUV 83.67 185.75 137.51 -
System Red Green Blue C M Y K H S L
Decimal 97 57 186 0.48 0.69 0 0.27 258.6 0.53 0.48
Hex 61 39 BA 30 45 0 1B 103 35 30
Octal 141 71 272 60 105 0 33 403 65 60
Binary 1100001 111001 10111010 110000 1000101 0 11011 100000011 110101 110000

Color Harmonies of #6139BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6139BA

Black with #6139BA

Text Example


Text Example

White with #6139BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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