Html Css Color HEX #630AC1 Purple Heart

📋 copy color: '#630AC1'

red 99 ◦ green 10 ◦ blue 193

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

Shades of Purple Heart #630AC1

Tints of Purple Heart #630AC1

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.31%

 BLUE value IS 193 (75.78% from 255) = 63.91%

R = 32.78%
G = 3.31%
B = 63.91%

CMYK

 C value IS 0.49

 M value IS 0.95

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#630AC1 (or 0x630AC1) is known color: Purple Heart. HEX triplet: 63, 0A and C1. RGB value is (99,10,193). Sum of RGB (Red+Green+Blue) = 99+10+193=302 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.78% from 302); Green value is 10 (4.30% from 255 or 3.31% from 302); Blue value is 193 (75.78% from 255 or 63.91% from 302); Max value from RGB is 193 - color contains mainly: blue. Hex color #630AC1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #630AC1 is #9CF53E. Grayscale: #383838. Windows color (decimal): -10286399 or 12651107. OLE color: 12651107.

HSL color Cylindrical-coordinate representation of color #630AC1: hue angle of 269.18º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #630AC1 is Cyan = 0.49, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 99 10 193 -
CMYK 0.49 0.95 0 0.24
HSL 269.18º 0.9% 0.4% -
HSV(B) 269.18º 0.95% 0.76% -
XYZ 14.88 6.72 50.96 -
YUV 57.47 204.49 157.62 -
System Red Green Blue C M Y K H S L
Decimal 99 10 193 0.49 0.95 0 0.24 269.18 0.9 0.4
Hex 63 A C1 31 5F 0 18 10D 5A 28
Octal 143 12 301 61 137 0 30 415 132 50
Binary 1100011 1010 11000001 110001 1011111 0 11000 100001101 1011010 101000

Color Harmonies of #630AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630AC1

Black with #630AC1

Text Example


Text Example

White with #630AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,10,193); }

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

background-color css

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

 a { background-color: rgb(99,10,193); }

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

border-color css

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

 span { border-color: rgb(99,10,193); }

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