Html Css Color HEX #630FDD Han Purple

📋 copy color: '#630FDD'

red 99 ◦ green 15 ◦ blue 221

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

Shades of Han Purple #630FDD

Tints of Han Purple #630FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 65.97%

R = 29.55%
G = 4.48%
B = 65.97%

CMYK

 C value IS 0.55

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#630FDD (or 0x630FDD) is known color: Han Purple. HEX triplet: 63, 0F and DD. RGB value is (99,15,221). Sum of RGB (Red+Green+Blue) = 99+15+221=335 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.55% from 335); Green value is 15 (6.25% from 255 or 4.48% from 335); Blue value is 221 (86.72% from 255 or 65.97% from 335); Max value from RGB is 221 - color contains mainly: blue. Hex color #630FDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #630FDD is #9CF022. Grayscale: #3E3E3E. Windows color (decimal): -10285091 or 14487395. OLE color: 14487395.

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

Color convert

RGB 99 15 221 -
CMYK 0.55 0.93 0 0.13
HSL 264.47º 0.87% 0.46% -
HSV(B) 264.47º 0.93% 0.87% -
XYZ 18.37 8.21 69.02 -
YUV 63.6 216.83 153.25 -
System Red Green Blue C M Y K H S L
Decimal 99 15 221 0.55 0.93 0 0.13 264.47 0.87 0.46
Hex 63 F DD 37 5D 0 D 108 57 2E
Octal 143 17 335 67 135 0 15 410 127 56
Binary 1100011 1111 11011101 110111 1011101 0 1101 100001000 1010111 101110

Color Harmonies of #630FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630FDD

Black with #630FDD

Text Example


Text Example

White with #630FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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