Html Css Color HEX #6228BA Purple Heart

📋 copy color: '#6228BA'

red 98 ◦ green 40 ◦ blue 186

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

Shades of Purple Heart #6228BA

Tints of Purple Heart #6228BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 57.41%

R = 30.25%
G = 12.35%
B = 57.41%

CMYK

 C value IS 0.47

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6228BA (or 0x6228BA) is known color: Purple Heart. HEX triplet: 62, 28 and BA. RGB value is (98,40,186). Sum of RGB (Red+Green+Blue) = 98+40+186=324 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.25% from 324); Green value is 40 (16.02% from 255 or 12.35% from 324); Blue value is 186 (73.05% from 255 or 57.41% from 324); Max value from RGB is 186 - color contains mainly: blue. Hex color #6228BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6228BA is #9DD745. Grayscale: #494949. Windows color (decimal): -10344262 or 12200034. OLE color: 12200034.

HSL color Cylindrical-coordinate representation of color #6228BA: hue angle of 263.84º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6228BA is Cyan = 0.47, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 98 40 186 -
CMYK 0.47 0.78 0 0.27
HSL 263.84º 0.65% 0.44% -
HSV(B) 263.84º 0.78% 0.73% -
XYZ 14.66 7.66 47.16 -
YUV 73.99 191.22 145.13 -
System Red Green Blue C M Y K H S L
Decimal 98 40 186 0.47 0.78 0 0.27 263.84 0.65 0.44
Hex 62 28 BA 2F 4E 0 1B 108 41 2C
Octal 142 50 272 57 116 0 33 410 101 54
Binary 1100010 101000 10111010 101111 1001110 0 11011 100001000 1000001 101100

Color Harmonies of #6228BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6228BA

Black with #6228BA

Text Example


Text Example

White with #6228BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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