Html Css Color HEX #6228AC Purple Heart

📋 copy color: '#6228AC'

red 98 ◦ green 40 ◦ blue 172

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

Shades of Purple Heart #6228AC

Tints of Purple Heart #6228AC

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.9%

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

R = 31.61%
G = 12.9%
B = 55.48%

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

#6228AC (or 0x6228AC) is known color: Purple Heart. HEX triplet: 62, 28 and AC. RGB value is (98,40,172). Sum of RGB (Red+Green+Blue) = 98+40+172=310 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.61% from 310); Green value is 40 (16.02% from 255 or 12.90% from 310); Blue value is 172 (67.58% from 255 or 55.48% from 310); Max value from RGB is 172 - color contains mainly: blue. Hex color #6228AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6228AC is #9DD753. Grayscale: #474747. Windows color (decimal): -10344276 or 11282530. OLE color: 11282530.

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

Color convert

RGB 98 40 172 -
CMYK 0.43 0.77 0 0.33
HSL 266.36º 0.62% 0.42% -
HSV(B) 266.36º 0.77% 0.67% -
XYZ 13.24 7.09 39.7 -
YUV 72.39 184.22 146.27 -
System Red Green Blue C M Y K H S L
Decimal 98 40 172 0.43 0.77 0 0.33 266.36 0.62 0.42
Hex 62 28 AC 2B 4D 0 21 10A 3E 2A
Octal 142 50 254 53 115 0 41 412 76 52
Binary 1100010 101000 10101100 101011 1001101 0 100001 100001010 111110 101010

Color Harmonies of #6228AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6228AC

Black with #6228AC

Text Example


Text Example

White with #6228AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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