Html Css Color HEX #6333AE Purple Heart

📋 copy color: '#6333AE'

red 99 ◦ green 51 ◦ blue 174

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

Shades of Purple Heart #6333AE

Tints of Purple Heart #6333AE

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.74%

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

R = 30.56%
G = 15.74%
B = 53.7%

CMYK

 C value IS 0.43

 M value IS 0.71

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6333AE (or 0x6333AE) is known color: Purple Heart. HEX triplet: 63, 33 and AE. RGB value is (99,51,174). Sum of RGB (Red+Green+Blue) = 99+51+174=324 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.56% from 324); Green value is 51 (20.31% from 255 or 15.74% from 324); Blue value is 174 (68.36% from 255 or 53.70% from 324); Max value from RGB is 174 - color contains mainly: blue. Hex color #6333AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6333AE is #9CCC51. Grayscale: #4E4E4E. Windows color (decimal): -10275922 or 11416419. OLE color: 11416419.

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

Color convert

RGB 99 51 174 -
CMYK 0.43 0.71 0 0.32
HSL 263.41º 0.55% 0.44% -
HSV(B) 263.41º 0.71% 0.68% -
XYZ 13.97 8.08 40.87 -
YUV 79.37 181.4 142 -
System Red Green Blue C M Y K H S L
Decimal 99 51 174 0.43 0.71 0 0.32 263.41 0.55 0.44
Hex 63 33 AE 2B 47 0 20 107 37 2C
Octal 143 63 256 53 107 0 40 407 67 54
Binary 1100011 110011 10101110 101011 1000111 0 100000 100000111 110111 101100

Color Harmonies of #6333AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6333AE

Black with #6333AE

Text Example


Text Example

White with #6333AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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