Html Css Color HEX #630FCD Purple Heart

📋 copy color: '#630FCD'

red 99 ◦ green 15 ◦ blue 205

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

Shades of Purple Heart #630FCD

Tints of Purple Heart #630FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 64.26%

R = 31.03%
G = 4.7%
B = 64.26%

CMYK

 C value IS 0.52

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#630FCD (or 0x630FCD) is known color: Purple Heart. HEX triplet: 63, 0F and CD. RGB value is (99,15,205). Sum of RGB (Red+Green+Blue) = 99+15+205=319 (42% of max value = 765). Red value is 99 (39.06% from 255 or 31.03% from 319); Green value is 15 (6.25% from 255 or 4.70% from 319); Blue value is 205 (80.47% from 255 or 64.26% from 319); Max value from RGB is 205 - color contains mainly: blue. Hex color #630FCD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #630FCD is #9CF032. Grayscale: #3D3D3D. Windows color (decimal): -10285107 or 13438819. OLE color: 13438819.

HSL color Cylindrical-coordinate representation of color #630FCD: hue angle of 266.53º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #630FCD is Cyan = 0.52, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 99 15 205 -
CMYK 0.52 0.93 0 0.20
HSL 266.53º 0.86% 0.43% -
HSV(B) 266.53º 0.93% 0.8% -
XYZ 16.34 7.4 58.33 -
YUV 61.78 208.83 154.55 -
System Red Green Blue C M Y K H S L
Decimal 99 15 205 0.52 0.93 0 0.20 266.53 0.86 0.43
Hex 63 F CD 34 5D 0 14 10B 56 2B
Octal 143 17 315 64 135 0 24 413 126 53
Binary 1100011 1111 11001101 110100 1011101 0 10100 100001011 1010110 101011

Color Harmonies of #630FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630FCD

Black with #630FCD

Text Example


Text Example

White with #630FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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