Html Css Color HEX #6139DD Purple Heart

📋 copy color: '#6139DD'

red 97 ◦ green 57 ◦ blue 221

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

Shades of Purple Heart #6139DD

Tints of Purple Heart #6139DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 58.93%

R = 25.87%
G = 15.2%
B = 58.93%

CMYK

 C value IS 0.56

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6139DD (or 0x6139DD) is known color: Purple Heart. HEX triplet: 61, 39 and DD. RGB value is (97,57,221). Sum of RGB (Red+Green+Blue) = 97+57+221=375 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.87% from 375); Green value is 57 (22.66% from 255 or 15.2% from 375); Blue value is 221 (86.72% from 255 or 58.93% from 375); Max value from RGB is 221 - color contains mainly: blue. Hex color #6139DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6139DD is #9EC622. Grayscale: #575757. Windows color (decimal): -10405411 or 14498145. OLE color: 14498145.

HSL color Cylindrical-coordinate representation of color #6139DD: hue angle of 254.63º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6139DD is Cyan = 0.56, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 97 57 221 -
CMYK 0.56 0.74 0 0.13
HSL 254.63º 0.71% 0.55% -
HSV(B) 254.63º 0.74% 0.87% -
XYZ 19.44 10.69 69.44 -
YUV 87.66 203.25 134.66 -
System Red Green Blue C M Y K H S L
Decimal 97 57 221 0.56 0.74 0 0.13 254.63 0.71 0.55
Hex 61 39 DD 38 4A 0 D FF 47 37
Octal 141 71 335 70 112 0 15 377 107 67
Binary 1100001 111001 11011101 111000 1001010 0 1101 11111111 1000111 110111

Color Harmonies of #6139DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6139DD

Black with #6139DD

Text Example


Text Example

White with #6139DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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