Html Css Color HEX #632DCD Purple Heart

📋 copy color: '#632DCD'

red 99 ◦ green 45 ◦ blue 205

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

Shades of Purple Heart #632DCD

Tints of Purple Heart #632DCD

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.89%

 BLUE value IS 205 (80.47% from 255) = 58.74%

R = 28.37%
G = 12.89%
B = 58.74%

CMYK

 C value IS 0.52

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#632DCD (or 0x632DCD) is known color: Purple Heart. HEX triplet: 63, 2D and CD. RGB value is (99,45,205). Sum of RGB (Red+Green+Blue) = 99+45+205=349 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.37% from 349); Green value is 45 (17.97% from 255 or 12.89% from 349); Blue value is 205 (80.47% from 255 or 58.74% from 349); Max value from RGB is 205 - color contains mainly: blue. Hex color #632DCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #632DCD is #9CD232. Grayscale: #4E4E4E. Windows color (decimal): -10277427 or 13446499. OLE color: 13446499.

HSL color Cylindrical-coordinate representation of color #632DCD: hue angle of 260.25º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #632DCD is Cyan = 0.52, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 99 45 205 -
CMYK 0.52 0.78 0 0.20
HSL 260.25º 0.64% 0.49% -
HSV(B) 260.25º 0.78% 0.8% -
XYZ 17.1 8.94 58.58 -
YUV 79.39 198.89 141.99 -
System Red Green Blue C M Y K H S L
Decimal 99 45 205 0.52 0.78 0 0.20 260.25 0.64 0.49
Hex 63 2D CD 34 4E 0 14 104 40 31
Octal 143 55 315 64 116 0 24 404 100 61
Binary 1100011 101101 11001101 110100 1001110 0 10100 100000100 1000000 110001

Color Harmonies of #632DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632DCD

Black with #632DCD

Text Example


Text Example

White with #632DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,45,205); }

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

background-color css

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

 a { background-color: rgb(99,45,205); }

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

border-color css

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

 span { border-color: rgb(99,45,205); }

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