Html Css Color HEX #630FB5 Purple Heart

📋 copy color: '#630FB5'

red 99 ◦ green 15 ◦ blue 181

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

Shades of Purple Heart #630FB5

Tints of Purple Heart #630FB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 61.36%

R = 33.56%
G = 5.08%
B = 61.36%

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

#630FB5 (or 0x630FB5) is known color: Purple Heart. HEX triplet: 63, 0F and B5. RGB value is (99,15,181). Sum of RGB (Red+Green+Blue) = 99+15+181=295 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.56% from 295); Green value is 15 (6.25% from 255 or 5.08% from 295); Blue value is 181 (71.09% from 255 or 61.36% from 295); Max value from RGB is 181 - color contains mainly: blue. Hex color #630FB5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #630FB5 is #9CF04A. Grayscale: #3A3A3A. Windows color (decimal): -10285131 or 11865955. OLE color: 11865955.

HSL color Cylindrical-coordinate representation of color #630FB5: hue angle of 270.36º 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 #630FB5 is Cyan = 0.45, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 99 15 181 -
CMYK 0.45 0.92 0 0.29
HSL 270.36º 0.85% 0.38% -
HSV(B) 270.36º 0.92% 0.71% -
XYZ 13.66 6.33 44.22 -
YUV 59.04 196.83 156.5 -
System Red Green Blue C M Y K H S L
Decimal 99 15 181 0.45 0.92 0 0.29 270.36 0.85 0.38
Hex 63 F B5 2D 5C 0 1D 10E 55 26
Octal 143 17 265 55 134 0 35 416 125 46
Binary 1100011 1111 10110101 101101 1011100 0 11101 100001110 1010101 100110

Color Harmonies of #630FB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630FB5

Black with #630FB5

Text Example


Text Example

White with #630FB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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