Html Css Color HEX #632ABA Purple Heart

📋 copy color: '#632ABA'

red 99 ◦ green 42 ◦ blue 186

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

Shades of Purple Heart #632ABA

Tints of Purple Heart #632ABA

RGB

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

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

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

R = 30.28%
G = 12.84%
B = 56.88%

CMYK

 C value IS 0.47

 M value IS 0.77

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#632ABA (or 0x632ABA) is known color: Purple Heart. HEX triplet: 63, 2A and BA. RGB value is (99,42,186). Sum of RGB (Red+Green+Blue) = 99+42+186=327 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.28% from 327); Green value is 42 (16.80% from 255 or 12.84% from 327); Blue value is 186 (73.05% from 255 or 56.88% from 327); Max value from RGB is 186 - color contains mainly: blue. Hex color #632ABA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #632ABA is #9CD545. Grayscale: #4A4A4A. Windows color (decimal): -10278214 or 12200547. OLE color: 12200547.

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

Color convert

RGB 99 42 186 -
CMYK 0.47 0.77 0 0.27
HSL 263.75º 0.63% 0.45% -
HSV(B) 263.75º 0.77% 0.73% -
XYZ 14.84 7.85 47.19 -
YUV 75.46 190.38 144.79 -
System Red Green Blue C M Y K H S L
Decimal 99 42 186 0.47 0.77 0 0.27 263.75 0.63 0.45
Hex 63 2A BA 2F 4D 0 1B 108 3F 2D
Octal 143 52 272 57 115 0 33 410 77 55
Binary 1100011 101010 10111010 101111 1001101 0 11011 100001000 111111 101101

Color Harmonies of #632ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632ABA

Black with #632ABA

Text Example


Text Example

White with #632ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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