Html Css Color HEX #632BC0 Purple Heart

📋 copy color: '#632BC0'

red 99 ◦ green 43 ◦ blue 192

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

Shades of Purple Heart #632BC0

Tints of Purple Heart #632BC0

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.87%

 BLUE value IS 192 (75.39% from 255) = 57.49%

R = 29.64%
G = 12.87%
B = 57.49%

CMYK

 C value IS 0.48

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#632BC0 (or 0x632BC0) is known color: Purple Heart. HEX triplet: 63, 2B and C0. RGB value is (99,43,192). Sum of RGB (Red+Green+Blue) = 99+43+192=334 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.64% from 334); Green value is 43 (17.19% from 255 or 12.87% from 334); Blue value is 192 (75.39% from 255 or 57.49% from 334); Max value from RGB is 192 - color contains mainly: blue. Hex color #632BC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #632BC0 is #9CD43F. Grayscale: #4C4C4C. Windows color (decimal): -10277952 or 12594019. OLE color: 12594019.

HSL color Cylindrical-coordinate representation of color #632BC0: hue angle of 262.55º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #632BC0 is Cyan = 0.48, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 99 43 192 -
CMYK 0.48 0.78 0 0.25
HSL 262.55º 0.63% 0.46% -
HSV(B) 262.55º 0.78% 0.75% -
XYZ 15.52 8.19 50.63 -
YUV 76.73 193.05 143.88 -
System Red Green Blue C M Y K H S L
Decimal 99 43 192 0.48 0.78 0 0.25 262.55 0.63 0.46
Hex 63 2B C0 30 4E 0 19 107 3F 2E
Octal 143 53 300 60 116 0 31 407 77 56
Binary 1100011 101011 11000000 110000 1001110 0 11001 100000111 111111 101110

Color Harmonies of #632BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632BC0

Black with #632BC0

Text Example


Text Example

White with #632BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,43,192); }

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

background-color css

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

 a { background-color: rgb(99,43,192); }

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

border-color css

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

 span { border-color: rgb(99,43,192); }

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