Html Css Color HEX #630FBE Purple Heart

📋 copy color: '#630FBE'

red 99 ◦ green 15 ◦ blue 190

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

Shades of Purple Heart #630FBE

Tints of Purple Heart #630FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 62.5%

R = 32.57%
G = 4.93%
B = 62.5%

CMYK

 C value IS 0.48

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#630FBE (or 0x630FBE) is known color: Purple Heart. HEX triplet: 63, 0F and BE. RGB value is (99,15,190). Sum of RGB (Red+Green+Blue) = 99+15+190=304 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.57% from 304); Green value is 15 (6.25% from 255 or 4.93% from 304); Blue value is 190 (74.61% from 255 or 62.5% from 304); Max value from RGB is 190 - color contains mainly: blue. Hex color #630FBE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #630FBE is #9CF041. Grayscale: #3B3B3B. Windows color (decimal): -10285122 or 12455779. OLE color: 12455779.

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

Color convert

RGB 99 15 190 -
CMYK 0.48 0.92 0 0.25
HSL 268.8º 0.85% 0.4% -
HSV(B) 268.8º 0.92% 0.75% -
XYZ 14.61 6.71 49.24 -
YUV 60.07 201.33 155.77 -
System Red Green Blue C M Y K H S L
Decimal 99 15 190 0.48 0.92 0 0.25 268.8 0.85 0.4
Hex 63 F BE 30 5C 0 19 10D 55 28
Octal 143 17 276 60 134 0 31 415 125 50
Binary 1100011 1111 10111110 110000 1011100 0 11001 100001101 1010101 101000

Color Harmonies of #630FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630FBE

Black with #630FBE

Text Example


Text Example

White with #630FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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