Html Css Color HEX #630DCE Purple Heart

📋 copy color: '#630DCE'

red 99 ◦ green 13 ◦ blue 206

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

Shades of Purple Heart #630DCE

Tints of Purple Heart #630DCE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.09%

 BLUE value IS 206 (80.86% from 255) = 64.78%

R = 31.13%
G = 4.09%
B = 64.78%

CMYK

 C value IS 0.52

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#630DCE (or 0x630DCE) is known color: Purple Heart. HEX triplet: 63, 0D and CE. RGB value is (99,13,206). Sum of RGB (Red+Green+Blue) = 99+13+206=318 (42% of max value = 765). Red value is 99 (39.06% from 255 or 31.13% from 318); Green value is 13 (5.47% from 255 or 4.09% from 318); Blue value is 206 (80.86% from 255 or 64.78% from 318); Max value from RGB is 206 - color contains mainly: blue. Hex color #630DCE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #630DCE is #9CF231. Grayscale: #3C3C3C. Windows color (decimal): -10285618 or 13503843. OLE color: 13503843.

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

Color convert

RGB 99 13 206 -
CMYK 0.52 0.94 0 0.19
HSL 266.74º 0.88% 0.43% -
HSV(B) 266.74º 0.94% 0.81% -
XYZ 16.43 7.4 58.95 -
YUV 60.72 209.99 155.31 -
System Red Green Blue C M Y K H S L
Decimal 99 13 206 0.52 0.94 0 0.19 266.74 0.88 0.43
Hex 63 D CE 34 5E 0 13 10B 58 2B
Octal 143 15 316 64 136 0 23 413 130 53
Binary 1100011 1101 11001110 110100 1011110 0 10011 100001011 1011000 101011

Color Harmonies of #630DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630DCE

Black with #630DCE

Text Example


Text Example

White with #630DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,13,206); }

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

background-color css

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

 a { background-color: rgb(99,13,206); }

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

border-color css

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

 span { border-color: rgb(99,13,206); }

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