Html Css Color HEX #6307AD Purple Heart

📋 copy color: '#6307AD'

red 99 ◦ green 7 ◦ blue 173

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

Shades of Purple Heart #6307AD

Tints of Purple Heart #6307AD

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.51%

 BLUE value IS 173 (67.97% from 255) = 62.01%

R = 35.48%
G = 2.51%
B = 62.01%

CMYK

 C value IS 0.43

 M value IS 0.96

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6307AD (or 0x6307AD) is known color: Purple Heart. HEX triplet: 63, 07 and AD. RGB value is (99,7,173). Sum of RGB (Red+Green+Blue) = 99+7+173=279 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.48% from 279); Green value is 7 (3.12% from 255 or 2.51% from 279); Blue value is 173 (67.97% from 255 or 62.01% from 279); Max value from RGB is 173 - color contains mainly: blue. Hex color #6307AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6307AD is #9CF852. Grayscale: #343434. Windows color (decimal): -10287187 or 11339619. OLE color: 11339619.

HSL color Cylindrical-coordinate representation of color #6307AD: hue angle of 273.25º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6307AD is Cyan = 0.43, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 99 7 173 -
CMYK 0.43 0.96 0 0.32
HSL 273.25º 0.92% 0.35% -
HSV(B) 273.25º 0.96% 0.68% -
XYZ 12.76 5.82 39.99 -
YUV 53.43 195.48 160.5 -
System Red Green Blue C M Y K H S L
Decimal 99 7 173 0.43 0.96 0 0.32 273.25 0.92 0.35
Hex 63 7 AD 2B 60 0 20 111 5C 23
Octal 143 7 255 53 140 0 40 421 134 43
Binary 1100011 111 10101101 101011 1100000 0 100000 100010001 1011100 100011

Color Harmonies of #6307AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6307AD

Black with #6307AD

Text Example


Text Example

White with #6307AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6307AD; }

 p { color: rgb(99,7,173); }

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

background-color css

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

 a { background-color: rgb(99,7,173); }

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

border-color css

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

 span { border-color: rgb(99,7,173); }

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