Html Css Color HEX #630FD8 Purple Heart

📋 copy color: '#630FD8'

red 99 ◦ green 15 ◦ blue 216

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

Shades of Purple Heart #630FD8

Tints of Purple Heart #630FD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 65.45%

R = 30%
G = 4.55%
B = 65.45%

CMYK

 C value IS 0.54

 M value IS 0.93

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#630FD8 (or 0x630FD8) is known color: Purple Heart. HEX triplet: 63, 0F and D8. RGB value is (99,15,216). Sum of RGB (Red+Green+Blue) = 99+15+216=330 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30% from 330); Green value is 15 (6.25% from 255 or 4.55% from 330); Blue value is 216 (84.77% from 255 or 65.45% from 330); Max value from RGB is 216 - color contains mainly: blue. Hex color #630FD8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #630FD8 is #9CF027. Grayscale: #3E3E3E. Windows color (decimal): -10285096 or 14159715. OLE color: 14159715.

HSL color Cylindrical-coordinate representation of color #630FD8: hue angle of 265.07º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #630FD8 is Cyan = 0.54, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 99 15 216 -
CMYK 0.54 0.93 0 0.15
HSL 265.07º 0.87% 0.45% -
HSV(B) 265.07º 0.93% 0.85% -
XYZ 17.71 7.95 65.57 -
YUV 63.03 214.33 153.66 -
System Red Green Blue C M Y K H S L
Decimal 99 15 216 0.54 0.93 0 0.15 265.07 0.87 0.45
Hex 63 F D8 36 5D 0 F 109 57 2D
Octal 143 17 330 66 135 0 17 411 127 55
Binary 1100011 1111 11011000 110110 1011101 0 1111 100001001 1010111 101101

Color Harmonies of #630FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630FD8

Black with #630FD8

Text Example


Text Example

White with #630FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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