Html Css Color HEX #6227AE Purple Heart

📋 copy color: '#6227AE'

red 98 ◦ green 39 ◦ blue 174

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

Shades of Purple Heart #6227AE

Tints of Purple Heart #6227AE

RGB

 RED value IS 98 (38.67% from 255) = 31.51%

 GREEN value IS 39 (15.63% from 255) = 12.54%

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

R = 31.51%
G = 12.54%
B = 55.95%

CMYK

 C value IS 0.44

 M value IS 0.78

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6227AE (or 0x6227AE) is known color: Purple Heart. HEX triplet: 62, 27 and AE. RGB value is (98,39,174). Sum of RGB (Red+Green+Blue) = 98+39+174=311 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.51% from 311); Green value is 39 (15.62% from 255 or 12.54% from 311); Blue value is 174 (68.36% from 255 or 55.95% from 311); Max value from RGB is 174 - color contains mainly: blue. Hex color #6227AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6227AE is #9DD851. Grayscale: #474747. Windows color (decimal): -10344530 or 11413346. OLE color: 11413346.

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

Color convert

RGB 98 39 174 -
CMYK 0.44 0.78 0 0.32
HSL 266.22º 0.63% 0.42% -
HSV(B) 266.22º 0.78% 0.68% -
XYZ 13.4 7.1 40.71 -
YUV 72.03 185.55 146.52 -
System Red Green Blue C M Y K H S L
Decimal 98 39 174 0.44 0.78 0 0.32 266.22 0.63 0.42
Hex 62 27 AE 2C 4E 0 20 10A 3F 2A
Octal 142 47 256 54 116 0 40 412 77 52
Binary 1100010 100111 10101110 101100 1001110 0 100000 100001010 111111 101010

Color Harmonies of #6227AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6227AE

Black with #6227AE

Text Example


Text Example

White with #6227AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,39,174); }

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

background-color css

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

 a { background-color: rgb(98,39,174); }

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

border-color css

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

 span { border-color: rgb(98,39,174); }

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