Html Css Color HEX #632FBA Purple Heart

📋 copy color: '#632FBA'

red 99 ◦ green 47 ◦ blue 186

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

Shades of Purple Heart #632FBA

Tints of Purple Heart #632FBA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.16%

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

R = 29.82%
G = 14.16%
B = 56.02%

CMYK

 C value IS 0.47

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#632FBA (or 0x632FBA) is known color: Purple Heart. HEX triplet: 63, 2F and BA. RGB value is (99,47,186). Sum of RGB (Red+Green+Blue) = 99+47+186=332 (43% of max value = 765). Red value is 99 (39.06% from 255 or 29.82% from 332); Green value is 47 (18.75% from 255 or 14.16% from 332); Blue value is 186 (73.05% from 255 or 56.02% from 332); Max value from RGB is 186 - color contains mainly: blue. Hex color #632FBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #632FBA is #9CD045. Grayscale: #4D4D4D. Windows color (decimal): -10276934 or 12201827. OLE color: 12201827.

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

Color convert

RGB 99 47 186 -
CMYK 0.47 0.75 0 0.27
HSL 262.45º 0.6% 0.46% -
HSV(B) 262.45º 0.75% 0.73% -
XYZ 15.03 8.23 47.25 -
YUV 78.39 188.73 142.7 -
System Red Green Blue C M Y K H S L
Decimal 99 47 186 0.47 0.75 0 0.27 262.45 0.6 0.46
Hex 63 2F BA 2F 4B 0 1B 106 3C 2E
Octal 143 57 272 57 113 0 33 406 74 56
Binary 1100011 101111 10111010 101111 1001011 0 11011 100000110 111100 101110

Color Harmonies of #632FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632FBA

Black with #632FBA

Text Example


Text Example

White with #632FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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