Html Css Color HEX #6139DB Purple Heart

📋 copy color: '#6139DB'

red 97 ◦ green 57 ◦ blue 219

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

Shades of Purple Heart #6139DB

Tints of Purple Heart #6139DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 58.71%

R = 26.01%
G = 15.28%
B = 58.71%

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

#6139DB (or 0x6139DB) is known color: Purple Heart. HEX triplet: 61, 39 and DB. RGB value is (97,57,219). Sum of RGB (Red+Green+Blue) = 97+57+219=373 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.01% from 373); Green value is 57 (22.66% from 255 or 15.28% from 373); Blue value is 219 (85.94% from 255 or 58.71% from 373); Max value from RGB is 219 - color contains mainly: blue. Hex color #6139DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6139DB is #9EC624. Grayscale: #565656. Windows color (decimal): -10405413 or 14367073. OLE color: 14367073.

HSL color Cylindrical-coordinate representation of color #6139DB: hue angle of 254.81º degrees, saturation: 0.69, 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 #6139DB is Cyan = 0.56, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 97 57 219 -
CMYK 0.56 0.74 0 0.14
HSL 254.81º 0.69% 0.54% -
HSV(B) 254.81º 0.74% 0.86% -
XYZ 19.18 10.58 68.05 -
YUV 87.43 202.25 134.83 -
System Red Green Blue C M Y K H S L
Decimal 97 57 219 0.56 0.74 0 0.14 254.81 0.69 0.54
Hex 61 39 DB 38 4A 0 E FF 45 36
Octal 141 71 333 70 112 0 16 377 105 66
Binary 1100001 111001 11011011 111000 1001010 0 1110 11111111 1000101 110110

Color Harmonies of #6139DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6139DB

Black with #6139DB

Text Example


Text Example

White with #6139DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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