Html Css Color HEX #6136AF Purple Heart

📋 copy color: '#6136AF'

red 97 ◦ green 54 ◦ blue 175

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

Shades of Purple Heart #6136AF

Tints of Purple Heart #6136AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 53.68%

R = 29.75%
G = 16.56%
B = 53.68%

CMYK

 C value IS 0.45

 M value IS 0.69

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6136AF (or 0x6136AF) is known color: Purple Heart. HEX triplet: 61, 36 and AF. RGB value is (97,54,175). Sum of RGB (Red+Green+Blue) = 97+54+175=326 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.75% from 326); Green value is 54 (21.48% from 255 or 16.56% from 326); Blue value is 175 (68.75% from 255 or 53.68% from 326); Max value from RGB is 175 - color contains mainly: blue. Hex color #6136AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6136AF is #9EC950. Grayscale: #505050. Windows color (decimal): -10406225 or 11482721. OLE color: 11482721.

HSL color Cylindrical-coordinate representation of color #6136AF: hue angle of 261.32º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6136AF is Cyan = 0.45, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 97 54 175 -
CMYK 0.45 0.69 0 0.31
HSL 261.32º 0.53% 0.45% -
HSV(B) 261.32º 0.69% 0.69% -
XYZ 13.99 8.27 41.42 -
YUV 80.65 181.25 139.66 -
System Red Green Blue C M Y K H S L
Decimal 97 54 175 0.45 0.69 0 0.31 261.32 0.53 0.45
Hex 61 36 AF 2D 45 0 1F 105 35 2D
Octal 141 66 257 55 105 0 37 405 65 55
Binary 1100001 110110 10101111 101101 1000101 0 11111 100000101 110101 101101

Color Harmonies of #6136AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6136AF

Black with #6136AF

Text Example


Text Example

White with #6136AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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