Html Css Color HEX #6131CB Purple Heart

📋 copy color: '#6131CB'

red 97 ◦ green 49 ◦ blue 203

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

Shades of Purple Heart #6131CB

Tints of Purple Heart #6131CB

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.04%

 BLUE value IS 203 (79.69% from 255) = 58.17%

R = 27.79%
G = 14.04%
B = 58.17%

CMYK

 C value IS 0.52

 M value IS 0.76

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6131CB (or 0x6131CB) is known color: Purple Heart. HEX triplet: 61, 31 and CB. RGB value is (97,49,203). Sum of RGB (Red+Green+Blue) = 97+49+203=349 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.79% from 349); Green value is 49 (19.53% from 255 or 14.04% from 349); Blue value is 203 (79.69% from 255 or 58.17% from 349); Max value from RGB is 203 - color contains mainly: blue. Hex color #6131CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6131CB is #9ECE34. Grayscale: #505050. Windows color (decimal): -10407477 or 13316449. OLE color: 13316449.

HSL color Cylindrical-coordinate representation of color #6131CB: hue angle of 258.7º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6131CB is Cyan = 0.52, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 97 49 203 -
CMYK 0.52 0.76 0 0.20
HSL 258.7º 0.61% 0.49% -
HSV(B) 258.7º 0.76% 0.8% -
XYZ 16.81 9.05 57.36 -
YUV 80.91 196.9 139.48 -
System Red Green Blue C M Y K H S L
Decimal 97 49 203 0.52 0.76 0 0.20 258.7 0.61 0.49
Hex 61 31 CB 34 4C 0 14 103 3D 31
Octal 141 61 313 64 114 0 24 403 75 61
Binary 1100001 110001 11001011 110100 1001100 0 10100 100000011 111101 110001

Color Harmonies of #6131CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6131CB

Black with #6131CB

Text Example


Text Example

White with #6131CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6131CB; }

 p { color: rgb(97,49,203); }

 H1.HeaderClassName
 {
   color: #6131CB;
 }
 .AnyTagClassName
 {
   color: #6131CB;
 }
</style>

background-color css

<style>
 a { background-color: #6131CB; }

 a { background-color: rgb(97,49,203); }

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

border-color css

<style>
 span { border-color: #6131CB; }

 span { border-color: rgb(97,49,203); }

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