Html Css Color HEX #630FDF Han Purple

📋 copy color: '#630FDF'

red 99 ◦ green 15 ◦ blue 223

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

Shades of Han Purple #630FDF

Tints of Han Purple #630FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 66.17%

R = 29.38%
G = 4.45%
B = 66.17%

CMYK

 C value IS 0.56

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#630FDF (or 0x630FDF) is known color: Han Purple. HEX triplet: 63, 0F and DF. RGB value is (99,15,223). Sum of RGB (Red+Green+Blue) = 99+15+223=337 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.38% from 337); Green value is 15 (6.25% from 255 or 4.45% from 337); Blue value is 223 (87.5% from 255 or 66.17% from 337); Max value from RGB is 223 - color contains mainly: blue. Hex color #630FDF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #630FDF is #9CF020. Grayscale: #3F3F3F. Windows color (decimal): -10285089 or 14618467. OLE color: 14618467.

HSL color Cylindrical-coordinate representation of color #630FDF: hue angle of 264.23º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #630FDF is Cyan = 0.56, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 99 15 223 -
CMYK 0.56 0.93 0 0.13
HSL 264.23º 0.87% 0.47% -
HSV(B) 264.23º 0.93% 0.87% -
XYZ 18.64 8.32 70.44 -
YUV 63.83 217.83 153.09 -
System Red Green Blue C M Y K H S L
Decimal 99 15 223 0.56 0.93 0 0.13 264.23 0.87 0.47
Hex 63 F DF 38 5D 0 D 108 57 2F
Octal 143 17 337 70 135 0 15 410 127 57
Binary 1100011 1111 11011111 111000 1011101 0 1101 100001000 1010111 101111

Color Harmonies of #630FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630FDF

Black with #630FDF

Text Example


Text Example

White with #630FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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