Html Css Color HEX #630BCC Purple Heart

📋 copy color: '#630BCC'

red 99 ◦ green 11 ◦ blue 204

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

Shades of Purple Heart #630BCC

Tints of Purple Heart #630BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 64.97%

R = 31.53%
G = 3.5%
B = 64.97%

CMYK

 C value IS 0.51

 M value IS 0.95

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#630BCC (or 0x630BCC) is known color: Purple Heart. HEX triplet: 63, 0B and CC. RGB value is (99,11,204). Sum of RGB (Red+Green+Blue) = 99+11+204=314 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.53% from 314); Green value is 11 (4.69% from 255 or 3.50% from 314); Blue value is 204 (80.08% from 255 or 64.97% from 314); Max value from RGB is 204 - color contains mainly: blue. Hex color #630BCC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #630BCC is #9CF433. Grayscale: #3A3A3A. Windows color (decimal): -10286132 or 13372259. OLE color: 13372259.

HSL color Cylindrical-coordinate representation of color #630BCC: hue angle of 267.36º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #630BCC is Cyan = 0.51, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 99 11 204 -
CMYK 0.51 0.95 0 0.2
HSL 267.36º 0.9% 0.42% -
HSV(B) 267.36º 0.95% 0.8% -
XYZ 16.16 7.25 57.67 -
YUV 59.31 209.65 156.31 -
System Red Green Blue C M Y K H S L
Decimal 99 11 204 0.51 0.95 0 0.2 267.36 0.9 0.42
Hex 63 B CC 33 5F 0 14 10B 5A 2A
Octal 143 13 314 63 137 0 24 413 132 52
Binary 1100011 1011 11001100 110011 1011111 0 10100 100001011 1011010 101010

Color Harmonies of #630BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630BCC

Black with #630BCC

Text Example


Text Example

White with #630BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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