Html Css Color HEX #6310AA Purple Heart

📋 copy color: '#6310AA'

red 99 ◦ green 16 ◦ blue 170

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

Shades of Purple Heart #6310AA

Tints of Purple Heart #6310AA

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.61%

 BLUE value IS 170 (66.8% from 255) = 59.65%

R = 34.74%
G = 5.61%
B = 59.65%

CMYK

 C value IS 0.42

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6310AA (or 0x6310AA) is known color: Purple Heart. HEX triplet: 63, 10 and AA. RGB value is (99,16,170). Sum of RGB (Red+Green+Blue) = 99+16+170=285 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.74% from 285); Green value is 16 (6.64% from 255 or 5.61% from 285); Blue value is 170 (66.80% from 255 or 59.65% from 285); Max value from RGB is 170 - color contains mainly: blue. Hex color #6310AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6310AA is #9CEF55. Grayscale: #393939. Windows color (decimal): -10284886 or 11145315. OLE color: 11145315.

HSL color Cylindrical-coordinate representation of color #6310AA: hue angle of 272.34º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6310AA is Cyan = 0.42, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 99 16 170 -
CMYK 0.42 0.91 0 0.33
HSL 272.34º 0.83% 0.36% -
HSV(B) 272.34º 0.91% 0.67% -
XYZ 12.59 5.93 38.51 -
YUV 58.37 191 156.98 -
System Red Green Blue C M Y K H S L
Decimal 99 16 170 0.42 0.91 0 0.33 272.34 0.83 0.36
Hex 63 10 AA 2A 5B 0 21 110 53 24
Octal 143 20 252 52 133 0 41 420 123 44
Binary 1100011 10000 10101010 101010 1011011 0 100001 100010000 1010011 100100

Color Harmonies of #6310AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6310AA

Black with #6310AA

Text Example


Text Example

White with #6310AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6310AA; }

 p { color: rgb(99,16,170); }

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

background-color css

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

 a { background-color: rgb(99,16,170); }

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

border-color css

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

 span { border-color: rgb(99,16,170); }

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