Html Css Color HEX #6139DF Purple Heart

📋 copy color: '#6139DF'

red 97 ◦ green 57 ◦ blue 223

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

Shades of Purple Heart #6139DF

Tints of Purple Heart #6139DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 59.15%

R = 25.73%
G = 15.12%
B = 59.15%

CMYK

 C value IS 0.57

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6139DF (or 0x6139DF) is known color: Purple Heart. HEX triplet: 61, 39 and DF. RGB value is (97,57,223). Sum of RGB (Red+Green+Blue) = 97+57+223=377 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.73% from 377); Green value is 57 (22.66% from 255 or 15.12% from 377); Blue value is 223 (87.5% from 255 or 59.15% from 377); Max value from RGB is 223 - color contains mainly: blue. Hex color #6139DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6139DF is #9EC620. Grayscale: #575757. Windows color (decimal): -10405409 or 14629217. OLE color: 14629217.

HSL color Cylindrical-coordinate representation of color #6139DF: hue angle of 254.46º degrees, saturation: 0.72, 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 #6139DF is Cyan = 0.57, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 97 57 223 -
CMYK 0.57 0.74 0 0.13
HSL 254.46º 0.72% 0.55% -
HSV(B) 254.46º 0.74% 0.87% -
XYZ 19.71 10.8 70.86 -
YUV 87.88 204.25 134.5 -
System Red Green Blue C M Y K H S L
Decimal 97 57 223 0.57 0.74 0 0.13 254.46 0.72 0.55
Hex 61 39 DF 39 4A 0 D FE 48 37
Octal 141 71 337 71 112 0 15 376 110 67
Binary 1100001 111001 11011111 111001 1001010 0 1101 11111110 1001000 110111

Color Harmonies of #6139DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6139DF

Black with #6139DF

Text Example


Text Example

White with #6139DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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