Html Css Color HEX #632CDC Purple Heart

📋 copy color: '#632CDC'

red 99 ◦ green 44 ◦ blue 220

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

Shades of Purple Heart #632CDC

Tints of Purple Heart #632CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 60.61%

R = 27.27%
G = 12.12%
B = 60.61%

CMYK

 C value IS 0.55

 M value IS 0.8

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#632CDC (or 0x632CDC) is known color: Purple Heart. HEX triplet: 63, 2C and DC. RGB value is (99,44,220). Sum of RGB (Red+Green+Blue) = 99+44+220=363 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.27% from 363); Green value is 44 (17.58% from 255 or 12.12% from 363); Blue value is 220 (86.33% from 255 or 60.61% from 363); Max value from RGB is 220 - color contains mainly: blue. Hex color #632CDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #632CDC is #9CD323. Grayscale: #4F4F4F. Windows color (decimal): -10277668 or 14429283. OLE color: 14429283.

HSL color Cylindrical-coordinate representation of color #632CDC: hue angle of 258.75º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #632CDC is Cyan = 0.55, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 99 44 220 -
CMYK 0.55 0.8 0 0.14
HSL 258.75º 0.72% 0.52% -
HSV(B) 258.75º 0.8% 0.86% -
XYZ 18.96 9.62 68.57 -
YUV 80.51 206.72 141.19 -
System Red Green Blue C M Y K H S L
Decimal 99 44 220 0.55 0.8 0 0.14 258.75 0.72 0.52
Hex 63 2C DC 37 50 0 E 103 48 34
Octal 143 54 334 67 120 0 16 403 110 64
Binary 1100011 101100 11011100 110111 1010000 0 1110 100000011 1001000 110100

Color Harmonies of #632CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632CDC

Black with #632CDC

Text Example


Text Example

White with #632CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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