Html Css Color HEX #630469 Purple

📋 copy color: '#630469'

red 99 ◦ green 4 ◦ blue 105

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

Shades of Purple #630469

Tints of Purple #630469

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.92%

 BLUE value IS 105 (41.41% from 255) = 50.48%

R = 47.6%
G = 1.92%
B = 50.48%

CMYK

 C value IS 0.06

 M value IS 0.96

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#630469 (or 0x630469) is known color: Purple. HEX triplet: 63, 04 and 69. RGB value is (99,4,105). Sum of RGB (Red+Green+Blue) = 99+4+105=208 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.60% from 208); Green value is 4 (1.95% from 255 or 1.92% from 208); Blue value is 105 (41.41% from 255 or 50.48% from 208); Max value from RGB is 105 - color contains mainly: blue. Hex color #630469 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630469 is #9CFB96. Grayscale: #2B2B2B. Windows color (decimal): -10288023 or 6882403. OLE color: 6882403.

HSL color Cylindrical-coordinate representation of color #630469: hue angle of 296.44º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #630469 is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 99 4 105 -
CMYK 0.06 0.96 0 0.59
HSL 296.44º 0.93% 0.21% -
HSV(B) 296.44º 0.96% 0.41% -
XYZ 7.74 3.76 13.68 -
YUV 43.92 162.47 167.29 -
System Red Green Blue C M Y K H S L
Decimal 99 4 105 0.06 0.96 0 0.59 296.44 0.93 0.21
Hex 63 4 69 6 60 0 3B 128 5D 15
Octal 143 4 151 6 140 0 73 450 135 25
Binary 1100011 100 1101001 110 1100000 0 111011 100101000 1011101 10101

Color Harmonies of #630469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630469

Black with #630469

Text Example


Text Example

White with #630469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630469; }

 p { color: rgb(99,4,105); }

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

background-color css

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

 a { background-color: rgb(99,4,105); }

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

border-color css

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

 span { border-color: rgb(99,4,105); }

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