Html Css Color HEX #630FA6 Purple Heart

📋 copy color: '#630FA6'

red 99 ◦ green 15 ◦ blue 166

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

Shades of Purple Heart #630FA6

Tints of Purple Heart #630FA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 59.29%

R = 35.36%
G = 5.36%
B = 59.29%

CMYK

 C value IS 0.40

 M value IS 0.91

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#630FA6 (or 0x630FA6) is known color: Purple Heart. HEX triplet: 63, 0F and A6. RGB value is (99,15,166). Sum of RGB (Red+Green+Blue) = 99+15+166=280 (37% of max value = 765). Red value is 99 (39.06% from 255 or 35.36% from 280); Green value is 15 (6.25% from 255 or 5.36% from 280); Blue value is 166 (65.23% from 255 or 59.29% from 280); Max value from RGB is 166 - color contains mainly: blue. Hex color #630FA6 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630FA6 is #9CF059. Grayscale: #383838. Windows color (decimal): -10285146 or 10882915. OLE color: 10882915.

HSL color Cylindrical-coordinate representation of color #630FA6: hue angle of 273.38º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #630FA6 is Cyan = 0.40, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 99 15 166 -
CMYK 0.40 0.91 0 0.35
HSL 273.38º 0.83% 0.35% -
HSV(B) 273.38º 0.91% 0.65% -
XYZ 12.2 5.75 36.54 -
YUV 57.33 189.33 157.72 -
System Red Green Blue C M Y K H S L
Decimal 99 15 166 0.40 0.91 0 0.35 273.38 0.83 0.35
Hex 63 F A6 28 5B 0 23 111 53 23
Octal 143 17 246 50 133 0 43 421 123 43
Binary 1100011 1111 10100110 101000 1011011 0 100011 100010001 1010011 100011

Color Harmonies of #630FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630FA6

Black with #630FA6

Text Example


Text Example

White with #630FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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