Html Css Color HEX #6139B9 Purple Heart

📋 copy color: '#6139B9'

red 97 ◦ green 57 ◦ blue 185

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

Shades of Purple Heart #6139B9

Tints of Purple Heart #6139B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 54.57%

R = 28.61%
G = 16.81%
B = 54.57%

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

#6139B9 (or 0x6139B9) is known color: Purple Heart. HEX triplet: 61, 39 and B9. RGB value is (97,57,185). Sum of RGB (Red+Green+Blue) = 97+57+185=339 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.61% from 339); Green value is 57 (22.66% from 255 or 16.81% from 339); Blue value is 185 (72.66% from 255 or 54.57% from 339); Max value from RGB is 185 - color contains mainly: blue. Hex color #6139B9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6139B9 is #9EC646. Grayscale: #535353. Windows color (decimal): -10405447 or 12138849. OLE color: 12138849.

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

Color convert

RGB 97 57 185 -
CMYK 0.48 0.69 0 0.27
HSL 258.75º 0.53% 0.47% -
HSV(B) 258.75º 0.69% 0.73% -
XYZ 15.15 8.97 46.83 -
YUV 83.55 185.25 137.59 -
System Red Green Blue C M Y K H S L
Decimal 97 57 185 0.48 0.69 0 0.27 258.75 0.53 0.47
Hex 61 39 B9 30 45 0 1B 103 35 2F
Octal 141 71 271 60 105 0 33 403 65 57
Binary 1100001 111001 10111001 110000 1000101 0 11011 100000011 110101 101111

Color Harmonies of #6139B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6139B9

Black with #6139B9

Text Example


Text Example

White with #6139B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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