Html Css Color HEX #6132DE Purple Heart

📋 copy color: '#6132DE'

red 97 ◦ green 50 ◦ blue 222

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

Shades of Purple Heart #6132DE

Tints of Purple Heart #6132DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 60.16%

R = 26.29%
G = 13.55%
B = 60.16%

CMYK

 C value IS 0.56

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6132DE (or 0x6132DE) is known color: Purple Heart. HEX triplet: 61, 32 and DE. RGB value is (97,50,222). Sum of RGB (Red+Green+Blue) = 97+50+222=369 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.29% from 369); Green value is 50 (19.92% from 255 or 13.55% from 369); Blue value is 222 (87.11% from 255 or 60.16% from 369); Max value from RGB is 222 - color contains mainly: blue. Hex color #6132DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6132DE is #9ECD21. Grayscale: #535353. Windows color (decimal): -10407202 or 14561889. OLE color: 14561889.

HSL color Cylindrical-coordinate representation of color #6132DE: hue angle of 256.4º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6132DE is Cyan = 0.56, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 97 50 222 -
CMYK 0.56 0.77 0 0.13
HSL 256.4º 0.72% 0.53% -
HSV(B) 256.4º 0.77% 0.87% -
XYZ 19.26 10.1 70.04 -
YUV 83.66 206.07 137.51 -
System Red Green Blue C M Y K H S L
Decimal 97 50 222 0.56 0.77 0 0.13 256.4 0.72 0.53
Hex 61 32 DE 38 4D 0 D 100 48 35
Octal 141 62 336 70 115 0 15 400 110 65
Binary 1100001 110010 11011110 111000 1001101 0 1101 100000000 1001000 110101

Color Harmonies of #6132DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6132DE

Black with #6132DE

Text Example


Text Example

White with #6132DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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