Html Css Color HEX #6306AC Purple Heart

📋 copy color: '#6306AC'

red 99 ◦ green 6 ◦ blue 172

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

Shades of Purple Heart #6306AC

Tints of Purple Heart #6306AC

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.17%

 BLUE value IS 172 (67.58% from 255) = 62.09%

R = 35.74%
G = 2.17%
B = 62.09%

CMYK

 C value IS 0.42

 M value IS 0.97

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6306AC (or 0x6306AC) is known color: Purple Heart. HEX triplet: 63, 06 and AC. RGB value is (99,6,172). Sum of RGB (Red+Green+Blue) = 99+6+172=277 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.74% from 277); Green value is 6 (2.73% from 255 or 2.17% from 277); Blue value is 172 (67.58% from 255 or 62.09% from 277); Max value from RGB is 172 - color contains mainly: blue. Hex color #6306AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6306AC is #9CF953. Grayscale: #343434. Windows color (decimal): -10287444 or 11273827. OLE color: 11273827.

HSL color Cylindrical-coordinate representation of color #6306AC: hue angle of 273.61º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6306AC is Cyan = 0.42, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 99 6 172 -
CMYK 0.42 0.97 0 0.33
HSL 273.61º 0.93% 0.35% -
HSV(B) 273.61º 0.97% 0.67% -
XYZ 12.66 5.76 39.47 -
YUV 52.73 195.31 161 -
System Red Green Blue C M Y K H S L
Decimal 99 6 172 0.42 0.97 0 0.33 273.61 0.93 0.35
Hex 63 6 AC 2A 61 0 21 112 5D 23
Octal 143 6 254 52 141 0 41 422 135 43
Binary 1100011 110 10101100 101010 1100001 0 100001 100010010 1011101 100011

Color Harmonies of #6306AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6306AC

Black with #6306AC

Text Example


Text Example

White with #6306AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6306AC; }

 p { color: rgb(99,6,172); }

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

background-color css

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

 a { background-color: rgb(99,6,172); }

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

border-color css

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

 span { border-color: rgb(99,6,172); }

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