Html Css Color HEX #632CCA Purple Heart

📋 copy color: '#632CCA'

red 99 ◦ green 44 ◦ blue 202

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

Shades of Purple Heart #632CCA

Tints of Purple Heart #632CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 58.55%

R = 28.7%
G = 12.75%
B = 58.55%

CMYK

 C value IS 0.51

 M value IS 0.78

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#632CCA (or 0x632CCA) is known color: Purple Heart. HEX triplet: 63, 2C and CA. RGB value is (99,44,202). Sum of RGB (Red+Green+Blue) = 99+44+202=345 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.70% from 345); Green value is 44 (17.58% from 255 or 12.75% from 345); Blue value is 202 (79.30% from 255 or 58.55% from 345); Max value from RGB is 202 - color contains mainly: blue. Hex color #632CCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #632CCA is #9CD335. Grayscale: #4D4D4D. Windows color (decimal): -10277686 or 13249635. OLE color: 13249635.

HSL color Cylindrical-coordinate representation of color #632CCA: hue angle of 260.89º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #632CCA is Cyan = 0.51, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 99 44 202 -
CMYK 0.51 0.78 0 0.21
HSL 260.89º 0.64% 0.48% -
HSV(B) 260.89º 0.78% 0.79% -
XYZ 16.71 8.72 56.68 -
YUV 78.46 197.72 142.65 -
System Red Green Blue C M Y K H S L
Decimal 99 44 202 0.51 0.78 0 0.21 260.89 0.64 0.48
Hex 63 2C CA 33 4E 0 15 105 40 30
Octal 143 54 312 63 116 0 25 405 100 60
Binary 1100011 101100 11001010 110011 1001110 0 10101 100000101 1000000 110000

Color Harmonies of #632CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632CCA

Black with #632CCA

Text Example


Text Example

White with #632CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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