Html Css Color HEX #6136CD Purple Heart

📋 copy color: '#6136CD'

red 97 ◦ green 54 ◦ blue 205

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

Shades of Purple Heart #6136CD

Tints of Purple Heart #6136CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 57.58%

R = 27.25%
G = 15.17%
B = 57.58%

CMYK

 C value IS 0.53

 M value IS 0.74

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6136CD (or 0x6136CD) is known color: Purple Heart. HEX triplet: 61, 36 and CD. RGB value is (97,54,205). Sum of RGB (Red+Green+Blue) = 97+54+205=356 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.25% from 356); Green value is 54 (21.48% from 255 or 15.17% from 356); Blue value is 205 (80.47% from 255 or 57.58% from 356); Max value from RGB is 205 - color contains mainly: blue. Hex color #6136CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6136CD is #9EC932. Grayscale: #535353. Windows color (decimal): -10406195 or 13448801. OLE color: 13448801.

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

Color convert

RGB 97 54 205 -
CMYK 0.53 0.74 0 0.20
HSL 257.09º 0.6% 0.51% -
HSV(B) 257.09º 0.74% 0.8% -
XYZ 17.27 9.59 58.7 -
YUV 84.07 196.25 137.22 -
System Red Green Blue C M Y K H S L
Decimal 97 54 205 0.53 0.74 0 0.20 257.09 0.6 0.51
Hex 61 36 CD 35 4A 0 14 101 3C 33
Octal 141 66 315 65 112 0 24 401 74 63
Binary 1100001 110110 11001101 110101 1001010 0 10100 100000001 111100 110011

Color Harmonies of #6136CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6136CD

Black with #6136CD

Text Example


Text Example

White with #6136CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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