Html Css Color HEX #6227AC Purple Heart

📋 copy color: '#6227AC'

red 98 ◦ green 39 ◦ blue 172

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

Shades of Purple Heart #6227AC

Tints of Purple Heart #6227AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 55.66%

R = 31.72%
G = 12.62%
B = 55.66%

CMYK

 C value IS 0.43

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6227AC (or 0x6227AC) is known color: Purple Heart. HEX triplet: 62, 27 and AC. RGB value is (98,39,172). Sum of RGB (Red+Green+Blue) = 98+39+172=309 (40% of max value = 765). Red value is 98 (38.67% from 255 or 31.72% from 309); Green value is 39 (15.62% from 255 or 12.62% from 309); Blue value is 172 (67.58% from 255 or 55.66% from 309); Max value from RGB is 172 - color contains mainly: blue. Hex color #6227AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6227AC is #9DD853. Grayscale: #474747. Windows color (decimal): -10344532 or 11282274. OLE color: 11282274.

HSL color Cylindrical-coordinate representation of color #6227AC: hue angle of 266.62º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6227AC is Cyan = 0.43, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 98 39 172 -
CMYK 0.43 0.77 0 0.33
HSL 266.62º 0.63% 0.41% -
HSV(B) 266.62º 0.77% 0.67% -
XYZ 13.21 7.03 39.69 -
YUV 71.8 184.55 146.69 -
System Red Green Blue C M Y K H S L
Decimal 98 39 172 0.43 0.77 0 0.33 266.62 0.63 0.41
Hex 62 27 AC 2B 4D 0 21 10B 3F 29
Octal 142 47 254 53 115 0 41 413 77 51
Binary 1100010 100111 10101100 101011 1001101 0 100001 100001011 111111 101001

Color Harmonies of #6227AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6227AC

Black with #6227AC

Text Example


Text Example

White with #6227AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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