Html Css Color HEX #630CBA Purple Heart

📋 copy color: '#630CBA'

red 99 ◦ green 12 ◦ blue 186

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

Shades of Purple Heart #630CBA

Tints of Purple Heart #630CBA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.04%

 BLUE value IS 186 (73.05% from 255) = 62.63%

R = 33.33%
G = 4.04%
B = 62.63%

CMYK

 C value IS 0.47

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#630CBA (or 0x630CBA) is known color: Purple Heart. HEX triplet: 63, 0C and BA. RGB value is (99,12,186). Sum of RGB (Red+Green+Blue) = 99+12+186=297 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.33% from 297); Green value is 12 (5.08% from 255 or 4.04% from 297); Blue value is 186 (73.05% from 255 or 62.63% from 297); Max value from RGB is 186 - color contains mainly: blue. Hex color #630CBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #630CBA is #9CF345. Grayscale: #393939. Windows color (decimal): -10285894 or 12192867. OLE color: 12192867.

HSL color Cylindrical-coordinate representation of color #630CBA: hue angle of 270º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #630CBA is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 99 12 186 -
CMYK 0.47 0.94 0 0.27
HSL 270º 0.88% 0.39% -
HSV(B) 270º 0.94% 0.73% -
XYZ 14.14 6.46 46.96 -
YUV 57.85 200.32 157.35 -
System Red Green Blue C M Y K H S L
Decimal 99 12 186 0.47 0.94 0 0.27 270 0.88 0.39
Hex 63 C BA 2F 5E 0 1B 10E 58 27
Octal 143 14 272 57 136 0 33 416 130 47
Binary 1100011 1100 10111010 101111 1011110 0 11011 100001110 1011000 100111

Color Harmonies of #630CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630CBA

Black with #630CBA

Text Example


Text Example

White with #630CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,12,186); }

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

background-color css

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

 a { background-color: rgb(99,12,186); }

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

border-color css

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

 span { border-color: rgb(99,12,186); }

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