Html Css Color HEX #632DBA Purple Heart

📋 copy color: '#632DBA'

red 99 ◦ green 45 ◦ blue 186

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

Shades of Purple Heart #632DBA

Tints of Purple Heart #632DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 56.36%

R = 30%
G = 13.64%
B = 56.36%

CMYK

 C value IS 0.47

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#632DBA (or 0x632DBA) is known color: Purple Heart. HEX triplet: 63, 2D and BA. RGB value is (99,45,186). Sum of RGB (Red+Green+Blue) = 99+45+186=330 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30% from 330); Green value is 45 (17.97% from 255 or 13.64% from 330); Blue value is 186 (73.05% from 255 or 56.36% from 330); Max value from RGB is 186 - color contains mainly: blue. Hex color #632DBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #632DBA is #9CD245. Grayscale: #4C4C4C. Windows color (decimal): -10277446 or 12201315. OLE color: 12201315.

HSL color Cylindrical-coordinate representation of color #632DBA: hue angle of 262.98º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #632DBA is Cyan = 0.47, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 99 45 186 -
CMYK 0.47 0.76 0 0.27
HSL 262.98º 0.61% 0.45% -
HSV(B) 262.98º 0.76% 0.73% -
XYZ 14.95 8.07 47.23 -
YUV 77.22 189.39 143.54 -
System Red Green Blue C M Y K H S L
Decimal 99 45 186 0.47 0.76 0 0.27 262.98 0.61 0.45
Hex 63 2D BA 2F 4C 0 1B 107 3D 2D
Octal 143 55 272 57 114 0 33 407 75 55
Binary 1100011 101101 10111010 101111 1001100 0 11011 100000111 111101 101101

Color Harmonies of #632DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632DBA

Black with #632DBA

Text Example


Text Example

White with #632DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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