Html Css Color HEX #6136B6 Purple Heart

📋 copy color: '#6136B6'

red 97 ◦ green 54 ◦ blue 182

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

Shades of Purple Heart #6136B6

Tints of Purple Heart #6136B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 54.65%

R = 29.13%
G = 16.22%
B = 54.65%

CMYK

 C value IS 0.47

 M value IS 0.70

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#6136B6 (or 0x6136B6) is known color: Purple Heart. HEX triplet: 61, 36 and B6. RGB value is (97,54,182). Sum of RGB (Red+Green+Blue) = 97+54+182=333 (44% of max value = 765). Red value is 97 (38.28% from 255 or 29.13% from 333); Green value is 54 (21.48% from 255 or 16.22% from 333); Blue value is 182 (71.48% from 255 or 54.65% from 333); Max value from RGB is 182 - color contains mainly: blue. Hex color #6136B6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6136B6 is #9EC949. Grayscale: #505050. Windows color (decimal): -10406218 or 11941473. OLE color: 11941473.

HSL color Cylindrical-coordinate representation of color #6136B6: hue angle of 260.16º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6136B6 is Cyan = 0.47, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 97 54 182 -
CMYK 0.47 0.70 0 0.29
HSL 260.16º 0.54% 0.46% -
HSV(B) 260.16º 0.7% 0.71% -
XYZ 14.69 8.56 45.13 -
YUV 81.45 184.75 139.09 -
System Red Green Blue C M Y K H S L
Decimal 97 54 182 0.47 0.70 0 0.29 260.16 0.54 0.46
Hex 61 36 B6 2F 46 0 1D 104 36 2E
Octal 141 66 266 57 106 0 35 404 66 56
Binary 1100001 110110 10110110 101111 1000110 0 11101 100000100 110110 101110

Color Harmonies of #6136B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6136B6

Black with #6136B6

Text Example


Text Example

White with #6136B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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