Html Css Color HEX #6139DC Purple Heart

📋 copy color: '#6139DC'

red 97 ◦ green 57 ◦ blue 220

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

Shades of Purple Heart #6139DC

Tints of Purple Heart #6139DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 58.82%

R = 25.94%
G = 15.24%
B = 58.82%

CMYK

 C value IS 0.56

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6139DC (or 0x6139DC) is known color: Purple Heart. HEX triplet: 61, 39 and DC. RGB value is (97,57,220). Sum of RGB (Red+Green+Blue) = 97+57+220=374 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.94% from 374); Green value is 57 (22.66% from 255 or 15.24% from 374); Blue value is 220 (86.33% from 255 or 58.82% from 374); Max value from RGB is 220 - color contains mainly: blue. Hex color #6139DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6139DC is #9EC623. Grayscale: #565656. Windows color (decimal): -10405412 or 14432609. OLE color: 14432609.

HSL color Cylindrical-coordinate representation of color #6139DC: hue angle of 254.72º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6139DC is Cyan = 0.56, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 97 57 220 -
CMYK 0.56 0.74 0 0.14
HSL 254.72º 0.7% 0.54% -
HSV(B) 254.72º 0.74% 0.86% -
XYZ 19.31 10.63 68.75 -
YUV 87.54 202.75 134.75 -
System Red Green Blue C M Y K H S L
Decimal 97 57 220 0.56 0.74 0 0.14 254.72 0.7 0.54
Hex 61 39 DC 38 4A 0 E FF 46 36
Octal 141 71 334 70 112 0 16 377 106 66
Binary 1100001 111001 11011100 111000 1001010 0 1110 11111111 1000110 110110

Color Harmonies of #6139DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6139DC

Black with #6139DC

Text Example


Text Example

White with #6139DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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