Html Css Color HEX #632ACE Purple Heart

📋 copy color: '#632ACE'

red 99 ◦ green 42 ◦ blue 206

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

Shades of Purple Heart #632ACE

Tints of Purple Heart #632ACE

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.1%

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

R = 28.53%
G = 12.1%
B = 59.37%

CMYK

 C value IS 0.52

 M value IS 0.80

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#632ACE (or 0x632ACE) is known color: Purple Heart. HEX triplet: 63, 2A and CE. RGB value is (99,42,206). Sum of RGB (Red+Green+Blue) = 99+42+206=347 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.53% from 347); Green value is 42 (16.80% from 255 or 12.10% from 347); Blue value is 206 (80.86% from 255 or 59.37% from 347); Max value from RGB is 206 - color contains mainly: blue. Hex color #632ACE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #632ACE is #9CD531. Grayscale: #4D4D4D. Windows color (decimal): -10278194 or 13511267. OLE color: 13511267.

HSL color Cylindrical-coordinate representation of color #632ACE: hue angle of 260.85º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #632ACE is Cyan = 0.52, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 99 42 206 -
CMYK 0.52 0.80 0 0.19
HSL 260.85º 0.66% 0.49% -
HSV(B) 260.85º 0.8% 0.81% -
XYZ 17.11 8.76 59.18 -
YUV 77.74 200.38 143.16 -
System Red Green Blue C M Y K H S L
Decimal 99 42 206 0.52 0.80 0 0.19 260.85 0.66 0.49
Hex 63 2A CE 34 50 0 13 105 42 31
Octal 143 52 316 64 120 0 23 405 102 61
Binary 1100011 101010 11001110 110100 1010000 0 10011 100000101 1000010 110001

Color Harmonies of #632ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632ACE

Black with #632ACE

Text Example


Text Example

White with #632ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,42,206); }

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

background-color css

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

 a { background-color: rgb(99,42,206); }

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

border-color css

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

 span { border-color: rgb(99,42,206); }

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