Html Css Color HEX #6132CC Purple Heart

📋 copy color: '#6132CC'

red 97 ◦ green 50 ◦ blue 204

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

Shades of Purple Heart #6132CC

Tints of Purple Heart #6132CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 58.12%

R = 27.64%
G = 14.25%
B = 58.12%

CMYK

 C value IS 0.52

 M value IS 0.75

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6132CC (or 0x6132CC) is known color: Purple Heart. HEX triplet: 61, 32 and CC. RGB value is (97,50,204). Sum of RGB (Red+Green+Blue) = 97+50+204=351 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.64% from 351); Green value is 50 (19.92% from 255 or 14.25% from 351); Blue value is 204 (80.08% from 255 or 58.12% from 351); Max value from RGB is 204 - color contains mainly: blue. Hex color #6132CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6132CC is #9ECD33. Grayscale: #515151. Windows color (decimal): -10407220 or 13382241. OLE color: 13382241.

HSL color Cylindrical-coordinate representation of color #6132CC: hue angle of 258.31º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6132CC is Cyan = 0.52, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 97 50 204 -
CMYK 0.52 0.75 0 0.2
HSL 258.31º 0.61% 0.5% -
HSV(B) 258.31º 0.75% 0.8% -
XYZ 16.97 9.18 58 -
YUV 81.61 197.07 138.98 -
System Red Green Blue C M Y K H S L
Decimal 97 50 204 0.52 0.75 0 0.2 258.31 0.61 0.5
Hex 61 32 CC 34 4B 0 14 102 3D 32
Octal 141 62 314 64 113 0 24 402 75 62
Binary 1100001 110010 11001100 110100 1001011 0 10100 100000010 111101 110010

Color Harmonies of #6132CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6132CC

Black with #6132CC

Text Example


Text Example

White with #6132CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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