Html Css Color HEX #6228BD Purple Heart

📋 copy color: '#6228BD'

red 98 ◦ green 40 ◦ blue 189

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

Shades of Purple Heart #6228BD

Tints of Purple Heart #6228BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 57.8%

R = 29.97%
G = 12.23%
B = 57.8%

CMYK

 C value IS 0.48

 M value IS 0.79

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6228BD (or 0x6228BD) is known color: Purple Heart. HEX triplet: 62, 28 and BD. RGB value is (98,40,189). Sum of RGB (Red+Green+Blue) = 98+40+189=327 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.97% from 327); Green value is 40 (16.02% from 255 or 12.23% from 327); Blue value is 189 (74.22% from 255 or 57.80% from 327); Max value from RGB is 189 - color contains mainly: blue. Hex color #6228BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6228BD is #9DD742. Grayscale: #494949. Windows color (decimal): -10344259 or 12396642. OLE color: 12396642.

HSL color Cylindrical-coordinate representation of color #6228BD: hue angle of 263.36º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6228BD is Cyan = 0.48, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 98 40 189 -
CMYK 0.48 0.79 0 0.26
HSL 263.36º 0.65% 0.45% -
HSV(B) 263.36º 0.79% 0.74% -
XYZ 14.98 7.79 48.86 -
YUV 74.33 192.72 144.88 -
System Red Green Blue C M Y K H S L
Decimal 98 40 189 0.48 0.79 0 0.26 263.36 0.65 0.45
Hex 62 28 BD 30 4F 0 1A 107 41 2D
Octal 142 50 275 60 117 0 32 407 101 55
Binary 1100010 101000 10111101 110000 1001111 0 11010 100000111 1000001 101101

Color Harmonies of #6228BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6228BD

Black with #6228BD

Text Example


Text Example

White with #6228BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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