Html Css Color HEX #6139CA Purple Heart

📋 copy color: '#6139CA'

red 97 ◦ green 57 ◦ blue 202

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

Shades of Purple Heart #6139CA

Tints of Purple Heart #6139CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 56.74%

R = 27.25%
G = 16.01%
B = 56.74%

CMYK

 C value IS 0.52

 M value IS 0.72

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6139CA (or 0x6139CA) is known color: Purple Heart. HEX triplet: 61, 39 and CA. RGB value is (97,57,202). Sum of RGB (Red+Green+Blue) = 97+57+202=356 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.25% from 356); Green value is 57 (22.66% from 255 or 16.01% from 356); Blue value is 202 (79.30% from 255 or 56.74% from 356); Max value from RGB is 202 - color contains mainly: blue. Hex color #6139CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6139CA is #9EC635. Grayscale: #545454. Windows color (decimal): -10405430 or 13252961. OLE color: 13252961.

HSL color Cylindrical-coordinate representation of color #6139CA: hue angle of 256.55º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6139CA is Cyan = 0.52, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 97 57 202 -
CMYK 0.52 0.72 0 0.21
HSL 256.55º 0.58% 0.51% -
HSV(B) 256.55º 0.72% 0.79% -
XYZ 17.05 9.73 56.86 -
YUV 85.49 193.75 136.21 -
System Red Green Blue C M Y K H S L
Decimal 97 57 202 0.52 0.72 0 0.21 256.55 0.58 0.51
Hex 61 39 CA 34 48 0 15 101 3A 33
Octal 141 71 312 64 110 0 25 401 72 63
Binary 1100001 111001 11001010 110100 1001000 0 10101 100000001 111010 110011

Color Harmonies of #6139CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6139CA

Black with #6139CA

Text Example


Text Example

White with #6139CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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