Html Css Color HEX #6136BC Purple Heart

📋 copy color: '#6136BC'

red 97 ◦ green 54 ◦ blue 188

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

Shades of Purple Heart #6136BC

Tints of Purple Heart #6136BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 55.46%

R = 28.61%
G = 15.93%
B = 55.46%

CMYK

 C value IS 0.48

 M value IS 0.71

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6136BC (or 0x6136BC) is known color: Purple Heart. HEX triplet: 61, 36 and BC. RGB value is (97,54,188). Sum of RGB (Red+Green+Blue) = 97+54+188=339 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.61% from 339); Green value is 54 (21.48% from 255 or 15.93% from 339); Blue value is 188 (73.83% from 255 or 55.46% from 339); Max value from RGB is 188 - color contains mainly: blue. Hex color #6136BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6136BC is #9EC943. Grayscale: #515151. Windows color (decimal): -10406212 or 12334689. OLE color: 12334689.

HSL color Cylindrical-coordinate representation of color #6136BC: hue angle of 259.25º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6136BC is Cyan = 0.48, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 97 54 188 -
CMYK 0.48 0.71 0 0.26
HSL 259.25º 0.55% 0.47% -
HSV(B) 259.25º 0.71% 0.74% -
XYZ 15.33 8.81 48.47 -
YUV 82.13 187.75 138.6 -
System Red Green Blue C M Y K H S L
Decimal 97 54 188 0.48 0.71 0 0.26 259.25 0.55 0.47
Hex 61 36 BC 30 47 0 1A 103 37 2F
Octal 141 66 274 60 107 0 32 403 67 57
Binary 1100001 110110 10111100 110000 1000111 0 11010 100000011 110111 101111

Color Harmonies of #6136BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6136BC

Black with #6136BC

Text Example


Text Example

White with #6136BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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