Html Css Color HEX #6139DA Purple Heart

📋 copy color: '#6139DA'

red 97 ◦ green 57 ◦ blue 218

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

Shades of Purple Heart #6139DA

Tints of Purple Heart #6139DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 58.6%

R = 26.08%
G = 15.32%
B = 58.6%

CMYK

 C value IS 0.56

 M value IS 0.74

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6139DA (or 0x6139DA) is known color: Purple Heart. HEX triplet: 61, 39 and DA. RGB value is (97,57,218). Sum of RGB (Red+Green+Blue) = 97+57+218=372 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.08% from 372); Green value is 57 (22.66% from 255 or 15.32% from 372); Blue value is 218 (85.55% from 255 or 58.60% from 372); Max value from RGB is 218 - color contains mainly: blue. Hex color #6139DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6139DA is #9EC625. Grayscale: #565656. Windows color (decimal): -10405414 or 14301537. OLE color: 14301537.

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

Color convert

RGB 97 57 218 -
CMYK 0.56 0.74 0 0.15
HSL 254.91º 0.69% 0.54% -
HSV(B) 254.91º 0.74% 0.85% -
XYZ 19.05 10.53 67.36 -
YUV 87.31 201.75 134.91 -
System Red Green Blue C M Y K H S L
Decimal 97 57 218 0.56 0.74 0 0.15 254.91 0.69 0.54
Hex 61 39 DA 38 4A 0 F FF 45 36
Octal 141 71 332 70 112 0 17 377 105 66
Binary 1100001 111001 11011010 111000 1001010 0 1111 11111111 1000101 110110

Color Harmonies of #6139DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6139DA

Black with #6139DA

Text Example


Text Example

White with #6139DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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