Html Css Color HEX #632DB4 Purple Heart

📋 copy color: '#632DB4'

red 99 ◦ green 45 ◦ blue 180

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

Shades of Purple Heart #632DB4

Tints of Purple Heart #632DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 55.56%

R = 30.56%
G = 13.89%
B = 55.56%

CMYK

 C value IS 0.45

 M value IS 0.75

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#632DB4 (or 0x632DB4) is known color: Purple Heart. HEX triplet: 63, 2D and B4. RGB value is (99,45,180). Sum of RGB (Red+Green+Blue) = 99+45+180=324 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.56% from 324); Green value is 45 (17.97% from 255 or 13.89% from 324); Blue value is 180 (70.70% from 255 or 55.56% from 324); Max value from RGB is 180 - color contains mainly: blue. Hex color #632DB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #632DB4 is #9CD24B. Grayscale: #4C4C4C. Windows color (decimal): -10277452 or 11808099. OLE color: 11808099.

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

Color convert

RGB 99 45 180 -
CMYK 0.45 0.75 0 0.29
HSL 264º 0.6% 0.44% -
HSV(B) 264º 0.75% 0.71% -
XYZ 14.32 7.82 43.94 -
YUV 76.54 186.39 144.02 -
System Red Green Blue C M Y K H S L
Decimal 99 45 180 0.45 0.75 0 0.29 264 0.6 0.44
Hex 63 2D B4 2D 4B 0 1D 108 3C 2C
Octal 143 55 264 55 113 0 35 410 74 54
Binary 1100011 101101 10110100 101101 1001011 0 11101 100001000 111100 101100

Color Harmonies of #632DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632DB4

Black with #632DB4

Text Example


Text Example

White with #632DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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