Html Css Color HEX #630FAC Purple Heart

📋 copy color: '#630FAC'

red 99 ◦ green 15 ◦ blue 172

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

Shades of Purple Heart #630FAC

Tints of Purple Heart #630FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 60.14%

R = 34.62%
G = 5.24%
B = 60.14%

CMYK

 C value IS 0.42

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#630FAC (or 0x630FAC) is known color: Purple Heart. HEX triplet: 63, 0F and AC. RGB value is (99,15,172). Sum of RGB (Red+Green+Blue) = 99+15+172=286 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.62% from 286); Green value is 15 (6.25% from 255 or 5.24% from 286); Blue value is 172 (67.58% from 255 or 60.14% from 286); Max value from RGB is 172 - color contains mainly: blue. Hex color #630FAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630FAC is #9CF053. Grayscale: #393939. Windows color (decimal): -10285140 or 11276131. OLE color: 11276131.

HSL color Cylindrical-coordinate representation of color #630FAC: hue angle of 272.1º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #630FAC is Cyan = 0.42, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 99 15 172 -
CMYK 0.42 0.91 0 0.33
HSL 272.1º 0.84% 0.37% -
HSV(B) 272.1º 0.91% 0.67% -
XYZ 12.76 5.97 39.51 -
YUV 58.01 192.33 157.23 -
System Red Green Blue C M Y K H S L
Decimal 99 15 172 0.42 0.91 0 0.33 272.1 0.84 0.37
Hex 63 F AC 2A 5B 0 21 110 54 25
Octal 143 17 254 52 133 0 41 420 124 45
Binary 1100011 1111 10101100 101010 1011011 0 100001 100010000 1010100 100101

Color Harmonies of #630FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630FAC

Black with #630FAC

Text Example


Text Example

White with #630FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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