Html Css Color HEX #630FB4 Purple Heart

📋 copy color: '#630FB4'

red 99 ◦ green 15 ◦ blue 180

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

Shades of Purple Heart #630FB4

Tints of Purple Heart #630FB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 61.22%

R = 33.67%
G = 5.1%
B = 61.22%

CMYK

 C value IS 0.45

 M value IS 0.92

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#630FB4 (or 0x630FB4) is known color: Purple Heart. HEX triplet: 63, 0F and B4. RGB value is (99,15,180). Sum of RGB (Red+Green+Blue) = 99+15+180=294 (38% of max value = 765). Red value is 99 (39.06% from 255 or 33.67% from 294); Green value is 15 (6.25% from 255 or 5.10% from 294); Blue value is 180 (70.70% from 255 or 61.22% from 294); Max value from RGB is 180 - color contains mainly: blue. Hex color #630FB4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #630FB4 is #9CF04B. Grayscale: #3A3A3A. Windows color (decimal): -10285132 or 11800419. OLE color: 11800419.

HSL color Cylindrical-coordinate representation of color #630FB4: hue angle of 270.55º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #630FB4 is Cyan = 0.45, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 99 15 180 -
CMYK 0.45 0.92 0 0.29
HSL 270.55º 0.85% 0.38% -
HSV(B) 270.55º 0.92% 0.71% -
XYZ 13.55 6.29 43.68 -
YUV 58.93 196.33 156.58 -
System Red Green Blue C M Y K H S L
Decimal 99 15 180 0.45 0.92 0 0.29 270.55 0.85 0.38
Hex 63 F B4 2D 5C 0 1D 10F 55 26
Octal 143 17 264 55 134 0 35 417 125 46
Binary 1100011 1111 10110100 101101 1011100 0 11101 100001111 1010101 100110

Color Harmonies of #630FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630FB4

Black with #630FB4

Text Example


Text Example

White with #630FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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