Html Css Color HEX #630BAF Purple Heart

📋 copy color: '#630BAF'

red 99 ◦ green 11 ◦ blue 175

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

Shades of Purple Heart #630BAF

Tints of Purple Heart #630BAF

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.86%

 BLUE value IS 175 (68.75% from 255) = 61.4%

R = 34.74%
G = 3.86%
B = 61.4%

CMYK

 C value IS 0.43

 M value IS 0.94

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#630BAF (or 0x630BAF) is known color: Purple Heart. HEX triplet: 63, 0B and AF. RGB value is (99,11,175). Sum of RGB (Red+Green+Blue) = 99+11+175=285 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.74% from 285); Green value is 11 (4.69% from 255 or 3.86% from 285); Blue value is 175 (68.75% from 255 or 61.40% from 285); Max value from RGB is 175 - color contains mainly: blue. Hex color #630BAF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630BAF is #9CF450. Grayscale: #373737. Windows color (decimal): -10286161 or 11471715. OLE color: 11471715.

HSL color Cylindrical-coordinate representation of color #630BAF: hue angle of 272.2º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #630BAF is Cyan = 0.43, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 99 11 175 -
CMYK 0.43 0.94 0 0.31
HSL 272.2º 0.88% 0.36% -
HSV(B) 272.2º 0.94% 0.69% -
XYZ 13 5.99 41.03 -
YUV 56.01 195.15 158.66 -
System Red Green Blue C M Y K H S L
Decimal 99 11 175 0.43 0.94 0 0.31 272.2 0.88 0.36
Hex 63 B AF 2B 5E 0 1F 110 58 24
Octal 143 13 257 53 136 0 37 420 130 44
Binary 1100011 1011 10101111 101011 1011110 0 11111 100010000 1011000 100100

Color Harmonies of #630BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630BAF

Black with #630BAF

Text Example


Text Example

White with #630BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,11,175); }

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

background-color css

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

 a { background-color: rgb(99,11,175); }

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

border-color css

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

 span { border-color: rgb(99,11,175); }

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