Html Css Color HEX #6132DF Purple Heart

📋 copy color: '#6132DF'

red 97 ◦ green 50 ◦ blue 223

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

Shades of Purple Heart #6132DF

Tints of Purple Heart #6132DF

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.51%

 BLUE value IS 223 (87.5% from 255) = 60.27%

R = 26.22%
G = 13.51%
B = 60.27%

CMYK

 C value IS 0.57

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6132DF (or 0x6132DF) is known color: Purple Heart. HEX triplet: 61, 32 and DF. RGB value is (97,50,223). Sum of RGB (Red+Green+Blue) = 97+50+223=370 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.22% from 370); Green value is 50 (19.92% from 255 or 13.51% from 370); Blue value is 223 (87.5% from 255 or 60.27% from 370); Max value from RGB is 223 - color contains mainly: blue. Hex color #6132DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6132DF is #9ECD20. Grayscale: #535353. Windows color (decimal): -10407201 or 14627425. OLE color: 14627425.

HSL color Cylindrical-coordinate representation of color #6132DF: hue angle of 256.3º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6132DF is Cyan = 0.57, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 97 50 223 -
CMYK 0.57 0.78 0 0.13
HSL 256.3º 0.73% 0.54% -
HSV(B) 256.3º 0.78% 0.87% -
XYZ 19.39 10.15 70.75 -
YUV 83.78 206.57 137.43 -
System Red Green Blue C M Y K H S L
Decimal 97 50 223 0.57 0.78 0 0.13 256.3 0.73 0.54
Hex 61 32 DF 39 4E 0 D 100 49 36
Octal 141 62 337 71 116 0 15 400 111 66
Binary 1100001 110010 11011111 111001 1001110 0 1101 100000000 1001001 110110

Color Harmonies of #6132DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6132DF

Black with #6132DF

Text Example


Text Example

White with #6132DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6132DF; }

 p { color: rgb(97,50,223); }

 H1.HeaderClassName
 {
   color: #6132DF;
 }
 .AnyTagClassName
 {
   color: #6132DF;
 }
</style>

background-color css

<style>
 a { background-color: #6132DF; }

 a { background-color: rgb(97,50,223); }

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

border-color css

<style>
 span { border-color: #6132DF; }

 span { border-color: rgb(97,50,223); }

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