Html Css Color HEX #6334AE Purple Heart

📋 copy color: '#6334AE'

red 99 ◦ green 52 ◦ blue 174

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

Shades of Purple Heart #6334AE

Tints of Purple Heart #6334AE

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16%

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

R = 30.46%
G = 16%
B = 53.54%

CMYK

 C value IS 0.43

 M value IS 0.70

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6334AE (or 0x6334AE) is known color: Purple Heart. HEX triplet: 63, 34 and AE. RGB value is (99,52,174). Sum of RGB (Red+Green+Blue) = 99+52+174=325 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.46% from 325); Green value is 52 (20.70% from 255 or 16% from 325); Blue value is 174 (68.36% from 255 or 53.54% from 325); Max value from RGB is 174 - color contains mainly: blue. Hex color #6334AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6334AE is #9CCB51. Grayscale: #4F4F4F. Windows color (decimal): -10275666 or 11416675. OLE color: 11416675.

HSL color Cylindrical-coordinate representation of color #6334AE: hue angle of 263.11º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6334AE is Cyan = 0.43, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 99 52 174 -
CMYK 0.43 0.70 0 0.32
HSL 263.11º 0.54% 0.44% -
HSV(B) 263.11º 0.7% 0.68% -
XYZ 14.01 8.16 40.88 -
YUV 79.96 181.07 141.58 -
System Red Green Blue C M Y K H S L
Decimal 99 52 174 0.43 0.70 0 0.32 263.11 0.54 0.44
Hex 63 34 AE 2B 46 0 20 107 36 2C
Octal 143 64 256 53 106 0 40 407 66 54
Binary 1100011 110100 10101110 101011 1000110 0 100000 100000111 110110 101100

Color Harmonies of #6334AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6334AE

Black with #6334AE

Text Example


Text Example

White with #6334AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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