Html Css Color HEX #630EC3 Purple Heart

📋 copy color: '#630EC3'

red 99 ◦ green 14 ◦ blue 195

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

Shades of Purple Heart #630EC3

Tints of Purple Heart #630EC3

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.55%

 BLUE value IS 195 (76.56% from 255) = 63.31%

R = 32.14%
G = 4.55%
B = 63.31%

CMYK

 C value IS 0.49

 M value IS 0.93

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#630EC3 (or 0x630EC3) is known color: Purple Heart. HEX triplet: 63, 0E and C3. RGB value is (99,14,195). Sum of RGB (Red+Green+Blue) = 99+14+195=308 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.14% from 308); Green value is 14 (5.86% from 255 or 4.55% from 308); Blue value is 195 (76.56% from 255 or 63.31% from 308); Max value from RGB is 195 - color contains mainly: blue. Hex color #630EC3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #630EC3 is #9CF13C. Grayscale: #3B3B3B. Windows color (decimal): -10285373 or 12783203. OLE color: 12783203.

HSL color Cylindrical-coordinate representation of color #630EC3: hue angle of 268.18º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #630EC3 is Cyan = 0.49, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 99 14 195 -
CMYK 0.49 0.93 0 0.24
HSL 268.18º 0.87% 0.41% -
HSV(B) 268.18º 0.93% 0.76% -
XYZ 15.15 6.91 52.16 -
YUV 60.05 204.16 155.78 -
System Red Green Blue C M Y K H S L
Decimal 99 14 195 0.49 0.93 0 0.24 268.18 0.87 0.41
Hex 63 E C3 31 5D 0 18 10C 57 29
Octal 143 16 303 61 135 0 30 414 127 51
Binary 1100011 1110 11000011 110001 1011101 0 11000 100001100 1010111 101001

Color Harmonies of #630EC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630EC3

Black with #630EC3

Text Example


Text Example

White with #630EC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,14,195); }

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

background-color css

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

 a { background-color: rgb(99,14,195); }

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

border-color css

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

 span { border-color: rgb(99,14,195); }

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