Html Css Color HEX #6305AC Purple Heart

📋 copy color: '#6305AC'

red 99 ◦ green 5 ◦ blue 172

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

Shades of Purple Heart #6305AC

Tints of Purple Heart #6305AC

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.81%

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

R = 35.87%
G = 1.81%
B = 62.32%

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

#6305AC (or 0x6305AC) is known color: Purple Heart. HEX triplet: 63, 05 and AC. RGB value is (99,5,172). Sum of RGB (Red+Green+Blue) = 99+5+172=276 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.87% from 276); Green value is 5 (2.34% from 255 or 1.81% from 276); Blue value is 172 (67.58% from 255 or 62.32% from 276); Max value from RGB is 172 - color contains mainly: blue. Hex color #6305AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6305AC is #9CFA53. Grayscale: #333333. Windows color (decimal): -10287700 or 11273571. OLE color: 11273571.

HSL color Cylindrical-coordinate representation of color #6305AC: hue angle of 273.77º degrees, saturation: 0.94, 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 #6305AC is Cyan = 0.42, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 99 5 172 -
CMYK 0.42 0.97 0 0.33
HSL 273.77º 0.94% 0.35% -
HSV(B) 273.77º 0.97% 0.67% -
XYZ 12.65 5.74 39.47 -
YUV 52.14 195.64 161.42 -
System Red Green Blue C M Y K H S L
Decimal 99 5 172 0.42 0.97 0 0.33 273.77 0.94 0.35
Hex 63 5 AC 2A 61 0 21 112 5E 23
Octal 143 5 254 52 141 0 41 422 136 43
Binary 1100011 101 10101100 101010 1100001 0 100001 100010010 1011110 100011

Color Harmonies of #6305AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6305AC

Black with #6305AC

Text Example


Text Example

White with #6305AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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