Html Css Color HEX #6303AE Purple Heart

📋 copy color: '#6303AE'

red 99 ◦ green 3 ◦ blue 174

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

Shades of Purple Heart #6303AE

Tints of Purple Heart #6303AE

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.09%

 BLUE value IS 174 (68.36% from 255) = 63.04%

R = 35.87%
G = 1.09%
B = 63.04%

CMYK

 C value IS 0.43

 M value IS 0.98

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6303AE (or 0x6303AE) is known color: Purple Heart. HEX triplet: 63, 03 and AE. RGB value is (99,3,174). Sum of RGB (Red+Green+Blue) = 99+3+174=276 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.87% from 276); Green value is 3 (1.56% from 255 or 1.09% from 276); Blue value is 174 (68.36% from 255 or 63.04% from 276); Max value from RGB is 174 - color contains mainly: blue. Hex color #6303AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6303AE is #9CFC51. Grayscale: #323232. Windows color (decimal): -10288210 or 11404131. OLE color: 11404131.

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

Color convert

RGB 99 3 174 -
CMYK 0.43 0.98 0 0.32
HSL 273.68º 0.97% 0.35% -
HSV(B) 273.68º 0.98% 0.68% -
XYZ 12.82 5.77 40.48 -
YUV 51.2 197.3 162.1 -
System Red Green Blue C M Y K H S L
Decimal 99 3 174 0.43 0.98 0 0.32 273.68 0.97 0.35
Hex 63 3 AE 2B 62 0 20 112 61 23
Octal 143 3 256 53 142 0 40 422 141 43
Binary 1100011 11 10101110 101011 1100010 0 100000 100010010 1100001 100011

Color Harmonies of #6303AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6303AE

Black with #6303AE

Text Example


Text Example

White with #6303AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6303AE; }

 p { color: rgb(99,3,174); }

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

background-color css

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

 a { background-color: rgb(99,3,174); }

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

border-color css

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

 span { border-color: rgb(99,3,174); }

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