Html Css Color HEX #6228CC Purple Heart

📋 copy color: '#6228CC'

red 98 ◦ green 40 ◦ blue 204

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

Shades of Purple Heart #6228CC

Tints of Purple Heart #6228CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 59.65%

R = 28.65%
G = 11.7%
B = 59.65%

CMYK

 C value IS 0.52

 M value IS 0.80

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6228CC (or 0x6228CC) is known color: Purple Heart. HEX triplet: 62, 28 and CC. RGB value is (98,40,204). Sum of RGB (Red+Green+Blue) = 98+40+204=342 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.65% from 342); Green value is 40 (16.02% from 255 or 11.70% from 342); Blue value is 204 (80.08% from 255 or 59.65% from 342); Max value from RGB is 204 - color contains mainly: blue. Hex color #6228CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6228CC is #9DD733. Grayscale: #4B4B4B. Windows color (decimal): -10344244 or 13379682. OLE color: 13379682.

HSL color Cylindrical-coordinate representation of color #6228CC: hue angle of 261.22º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6228CC is Cyan = 0.52, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 98 40 204 -
CMYK 0.52 0.80 0 0.2
HSL 261.22º 0.67% 0.48% -
HSV(B) 261.22º 0.8% 0.8% -
XYZ 16.69 8.47 57.88 -
YUV 76.04 200.22 143.66 -
System Red Green Blue C M Y K H S L
Decimal 98 40 204 0.52 0.80 0 0.2 261.22 0.67 0.48
Hex 62 28 CC 34 50 0 14 105 43 30
Octal 142 50 314 64 120 0 24 405 103 60
Binary 1100010 101000 11001100 110100 1010000 0 10100 100000101 1000011 110000

Color Harmonies of #6228CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6228CC

Black with #6228CC

Text Example


Text Example

White with #6228CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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