Html Css Color HEX #630EBA Purple Heart

📋 copy color: '#630EBA'

red 99 ◦ green 14 ◦ blue 186

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

Shades of Purple Heart #630EBA

Tints of Purple Heart #630EBA

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.68%

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

R = 33.11%
G = 4.68%
B = 62.21%

CMYK

 C value IS 0.47

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#630EBA (or 0x630EBA) is known color: Purple Heart. HEX triplet: 63, 0E and BA. RGB value is (99,14,186). Sum of RGB (Red+Green+Blue) = 99+14+186=299 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.11% from 299); Green value is 14 (5.86% from 255 or 4.68% from 299); Blue value is 186 (73.05% from 255 or 62.21% from 299); Max value from RGB is 186 - color contains mainly: blue. Hex color #630EBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #630EBA is #9CF145. Grayscale: #3A3A3A. Windows color (decimal): -10285382 or 12193379. OLE color: 12193379.

HSL color Cylindrical-coordinate representation of color #630EBA: hue angle of 269.65º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #630EBA is Cyan = 0.47, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 99 14 186 -
CMYK 0.47 0.92 0 0.27
HSL 269.65º 0.86% 0.39% -
HSV(B) 269.65º 0.92% 0.73% -
XYZ 14.17 6.51 46.96 -
YUV 59.02 199.66 156.51 -
System Red Green Blue C M Y K H S L
Decimal 99 14 186 0.47 0.92 0 0.27 269.65 0.86 0.39
Hex 63 E BA 2F 5C 0 1B 10E 56 27
Octal 143 16 272 57 134 0 33 416 126 47
Binary 1100011 1110 10111010 101111 1011100 0 11011 100001110 1010110 100111

Color Harmonies of #630EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630EBA

Black with #630EBA

Text Example


Text Example

White with #630EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630EBA; }

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

 H1.HeaderClassName
 {
   color: #630EBA;
 }
 .AnyTagClassName
 {
   color: #630EBA;
 }
</style>

background-color css

<style>
 a { background-color: #630EBA; }

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

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

border-color css

<style>
 span { border-color: #630EBA; }

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

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