Html Css Color HEX #632CB2 Purple Heart

📋 copy color: '#632CB2'

red 99 ◦ green 44 ◦ blue 178

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

Shades of Purple Heart #632CB2

Tints of Purple Heart #632CB2

RGB

 RED value IS 99 (39.06% from 255) = 30.84%

 GREEN value IS 44 (17.58% from 255) = 13.71%

 BLUE value IS 178 (69.92% from 255) = 55.45%

R = 30.84%
G = 13.71%
B = 55.45%

CMYK

 C value IS 0.44

 M value IS 0.75

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#632CB2 (or 0x632CB2) is known color: Purple Heart. HEX triplet: 63, 2C and B2. RGB value is (99,44,178). Sum of RGB (Red+Green+Blue) = 99+44+178=321 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.84% from 321); Green value is 44 (17.58% from 255 or 13.71% from 321); Blue value is 178 (69.92% from 255 or 55.45% from 321); Max value from RGB is 178 - color contains mainly: blue. Hex color #632CB2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #632CB2 is #9CD34D. Grayscale: #4B4B4B. Windows color (decimal): -10277710 or 11676771. OLE color: 11676771.

HSL color Cylindrical-coordinate representation of color #632CB2: hue angle of 264.63º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #632CB2 is Cyan = 0.44, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 99 44 178 -
CMYK 0.44 0.75 0 0.30
HSL 264.63º 0.6% 0.44% -
HSV(B) 264.63º 0.75% 0.7% -
XYZ 14.08 7.67 42.86 -
YUV 75.72 185.72 144.6 -
System Red Green Blue C M Y K H S L
Decimal 99 44 178 0.44 0.75 0 0.30 264.63 0.6 0.44
Hex 63 2C B2 2C 4B 0 1E 109 3C 2C
Octal 143 54 262 54 113 0 36 411 74 54
Binary 1100011 101100 10110010 101100 1001011 0 11110 100001001 111100 101100

Color Harmonies of #632CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632CB2

Black with #632CB2

Text Example


Text Example

White with #632CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632CB2; }

 p { color: rgb(99,44,178); }

 H1.HeaderClassName
 {
   color: #632CB2;
 }
 .AnyTagClassName
 {
   color: #632CB2;
 }
</style>

background-color css

<style>
 a { background-color: #632CB2; }

 a { background-color: rgb(99,44,178); }

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

border-color css

<style>
 span { border-color: #632CB2; }

 span { border-color: rgb(99,44,178); }

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