Html Css Color HEX #6136C0 Purple Heart

📋 copy color: '#6136C0'

red 97 ◦ green 54 ◦ blue 192

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

Shades of Purple Heart #6136C0

Tints of Purple Heart #6136C0

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.74%

 BLUE value IS 192 (75.39% from 255) = 55.98%

R = 28.28%
G = 15.74%
B = 55.98%

CMYK

 C value IS 0.49

 M value IS 0.72

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6136C0 (or 0x6136C0) is known color: Purple Heart. HEX triplet: 61, 36 and C0. RGB value is (97,54,192). Sum of RGB (Red+Green+Blue) = 97+54+192=343 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.28% from 343); Green value is 54 (21.48% from 255 or 15.74% from 343); Blue value is 192 (75.39% from 255 or 55.98% from 343); Max value from RGB is 192 - color contains mainly: blue. Hex color #6136C0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6136C0 is #9EC93F. Grayscale: #525252. Windows color (decimal): -10406208 or 12596833. OLE color: 12596833.

HSL color Cylindrical-coordinate representation of color #6136C0: hue angle of 258.7º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6136C0 is Cyan = 0.49, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 97 54 192 -
CMYK 0.49 0.72 0 0.25
HSL 258.7º 0.56% 0.48% -
HSV(B) 258.7º 0.72% 0.75% -
XYZ 15.76 8.99 50.77 -
YUV 82.59 189.75 138.28 -
System Red Green Blue C M Y K H S L
Decimal 97 54 192 0.49 0.72 0 0.25 258.7 0.56 0.48
Hex 61 36 C0 31 48 0 19 103 38 30
Octal 141 66 300 61 110 0 31 403 70 60
Binary 1100001 110110 11000000 110001 1001000 0 11001 100000011 111000 110000

Color Harmonies of #6136C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6136C0

Black with #6136C0

Text Example


Text Example

White with #6136C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6136C0; }

 p { color: rgb(97,54,192); }

 H1.HeaderClassName
 {
   color: #6136C0;
 }
 .AnyTagClassName
 {
   color: #6136C0;
 }
</style>

background-color css

<style>
 a { background-color: #6136C0; }

 a { background-color: rgb(97,54,192); }

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

border-color css

<style>
 span { border-color: #6136C0; }

 span { border-color: rgb(97,54,192); }

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