Html Css Color HEX #6132CE Purple Heart

📋 copy color: '#6132CE'

red 97 ◦ green 50 ◦ blue 206

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

Shades of Purple Heart #6132CE

Tints of Purple Heart #6132CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 58.36%

R = 27.48%
G = 14.16%
B = 58.36%

CMYK

 C value IS 0.53

 M value IS 0.76

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6132CE (or 0x6132CE) is known color: Purple Heart. HEX triplet: 61, 32 and CE. RGB value is (97,50,206). Sum of RGB (Red+Green+Blue) = 97+50+206=353 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.48% from 353); Green value is 50 (19.92% from 255 or 14.16% from 353); Blue value is 206 (80.86% from 255 or 58.36% from 353); Max value from RGB is 206 - color contains mainly: blue. Hex color #6132CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6132CE is #9ECD31. Grayscale: #515151. Windows color (decimal): -10407218 or 13513313. OLE color: 13513313.

HSL color Cylindrical-coordinate representation of color #6132CE: hue angle of 258.08º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6132CE is Cyan = 0.53, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 97 50 206 -
CMYK 0.53 0.76 0 0.19
HSL 258.08º 0.61% 0.5% -
HSV(B) 258.08º 0.76% 0.81% -
XYZ 17.21 9.28 59.28 -
YUV 81.84 198.07 138.82 -
System Red Green Blue C M Y K H S L
Decimal 97 50 206 0.53 0.76 0 0.19 258.08 0.61 0.5
Hex 61 32 CE 35 4C 0 13 102 3D 32
Octal 141 62 316 65 114 0 23 402 75 62
Binary 1100001 110010 11001110 110101 1001100 0 10011 100000010 111101 110010

Color Harmonies of #6132CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6132CE

Black with #6132CE

Text Example


Text Example

White with #6132CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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