Html Css Color HEX #6228DC Purple Heart

📋 copy color: '#6228DC'

red 98 ◦ green 40 ◦ blue 220

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

Shades of Purple Heart #6228DC

Tints of Purple Heart #6228DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 61.45%

R = 27.37%
G = 11.17%
B = 61.45%

CMYK

 C value IS 0.55

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6228DC (or 0x6228DC) is known color: Purple Heart. HEX triplet: 62, 28 and DC. RGB value is (98,40,220). Sum of RGB (Red+Green+Blue) = 98+40+220=358 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.37% from 358); Green value is 40 (16.02% from 255 or 11.17% from 358); Blue value is 220 (86.33% from 255 or 61.45% from 358); Max value from RGB is 220 - color contains mainly: blue. Hex color #6228DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6228DC is #9DD723. Grayscale: #4D4D4D. Windows color (decimal): -10344228 or 14428258. OLE color: 14428258.

HSL color Cylindrical-coordinate representation of color #6228DC: hue angle of 259.33º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6228DC is Cyan = 0.55, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 98 40 220 -
CMYK 0.55 0.82 0 0.14
HSL 259.33º 0.72% 0.51% -
HSV(B) 259.33º 0.82% 0.86% -
XYZ 18.71 9.28 68.52 -
YUV 77.86 208.22 142.36 -
System Red Green Blue C M Y K H S L
Decimal 98 40 220 0.55 0.82 0 0.14 259.33 0.72 0.51
Hex 62 28 DC 37 52 0 E 103 48 33
Octal 142 50 334 67 122 0 16 403 110 63
Binary 1100010 101000 11011100 110111 1010010 0 1110 100000011 1001000 110011

Color Harmonies of #6228DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6228DC

Black with #6228DC

Text Example


Text Example

White with #6228DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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