Html Css Color HEX #6136D0 Purple Heart

📋 copy color: '#6136D0'

red 97 ◦ green 54 ◦ blue 208

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

Shades of Purple Heart #6136D0

Tints of Purple Heart #6136D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 57.94%

R = 27.02%
G = 15.04%
B = 57.94%

CMYK

 C value IS 0.53

 M value IS 0.74

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#6136D0 (or 0x6136D0) is known color: Purple Heart. HEX triplet: 61, 36 and D0. RGB value is (97,54,208). Sum of RGB (Red+Green+Blue) = 97+54+208=359 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.02% from 359); Green value is 54 (21.48% from 255 or 15.04% from 359); Blue value is 208 (81.64% from 255 or 57.94% from 359); Max value from RGB is 208 - color contains mainly: blue. Hex color #6136D0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6136D0 is #9EC92F. Grayscale: #535353. Windows color (decimal): -10406192 or 13645409. OLE color: 13645409.

HSL color Cylindrical-coordinate representation of color #6136D0: hue angle of 256.75º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6136D0 is Cyan = 0.53, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 97 54 208 -
CMYK 0.53 0.74 0 0.18
HSL 256.75º 0.62% 0.51% -
HSV(B) 256.75º 0.74% 0.82% -
XYZ 17.63 9.73 60.62 -
YUV 84.41 197.75 136.98 -
System Red Green Blue C M Y K H S L
Decimal 97 54 208 0.53 0.74 0 0.18 256.75 0.62 0.51
Hex 61 36 D0 35 4A 0 12 101 3E 33
Octal 141 66 320 65 112 0 22 401 76 63
Binary 1100001 110110 11010000 110101 1001010 0 10010 100000001 111110 110011

Color Harmonies of #6136D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6136D0

Black with #6136D0

Text Example


Text Example

White with #6136D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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