Html Css Color HEX #630FBB Purple Heart

📋 copy color: '#630FBB'

red 99 ◦ green 15 ◦ blue 187

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

Shades of Purple Heart #630FBB

Tints of Purple Heart #630FBB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.98%

 BLUE value IS 187 (73.44% from 255) = 62.13%

R = 32.89%
G = 4.98%
B = 62.13%

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

#630FBB (or 0x630FBB) is known color: Purple Heart. HEX triplet: 63, 0F and BB. RGB value is (99,15,187). Sum of RGB (Red+Green+Blue) = 99+15+187=301 (39% of max value = 765). Red value is 99 (39.06% from 255 or 32.89% from 301); Green value is 15 (6.25% from 255 or 4.98% from 301); Blue value is 187 (73.44% from 255 or 62.13% from 301); Max value from RGB is 187 - color contains mainly: blue. Hex color #630FBB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #630FBB is #9CF044. Grayscale: #3B3B3B. Windows color (decimal): -10285125 or 12259171. OLE color: 12259171.

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

Color convert

RGB 99 15 187 -
CMYK 0.47 0.92 0 0.27
HSL 269.3º 0.85% 0.4% -
HSV(B) 269.3º 0.92% 0.73% -
XYZ 14.29 6.58 47.53 -
YUV 59.72 199.83 156.01 -
System Red Green Blue C M Y K H S L
Decimal 99 15 187 0.47 0.92 0 0.27 269.3 0.85 0.4
Hex 63 F BB 2F 5C 0 1B 10D 55 28
Octal 143 17 273 57 134 0 33 415 125 50
Binary 1100011 1111 10111011 101111 1011100 0 11011 100001101 1010101 101000

Color Harmonies of #630FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630FBB

Black with #630FBB

Text Example


Text Example

White with #630FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,15,187); }

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

background-color css

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

 a { background-color: rgb(99,15,187); }

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

border-color css

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

 span { border-color: rgb(99,15,187); }

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