Html Css Color HEX #6227DC Purple Heart

📋 copy color: '#6227DC'

red 98 ◦ green 39 ◦ blue 220

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

Shades of Purple Heart #6227DC

Tints of Purple Heart #6227DC

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.92%

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

R = 27.45%
G = 10.92%
B = 61.62%

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

#6227DC (or 0x6227DC) is known color: Purple Heart. HEX triplet: 62, 27 and DC. RGB value is (98,39,220). Sum of RGB (Red+Green+Blue) = 98+39+220=357 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.45% from 357); Green value is 39 (15.62% from 255 or 10.92% from 357); Blue value is 220 (86.33% from 255 or 61.62% from 357); Max value from RGB is 220 - color contains mainly: blue. Hex color #6227DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6227DC is #9DD823. Grayscale: #4C4C4C. Windows color (decimal): -10344484 or 14428002. OLE color: 14428002.

HSL color Cylindrical-coordinate representation of color #6227DC: hue angle of 259.56º 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 #6227DC is Cyan = 0.55, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 98 39 220 -
CMYK 0.55 0.82 0 0.14
HSL 259.56º 0.72% 0.51% -
HSV(B) 259.56º 0.82% 0.86% -
XYZ 18.68 9.22 68.5 -
YUV 77.28 208.55 142.78 -
System Red Green Blue C M Y K H S L
Decimal 98 39 220 0.55 0.82 0 0.14 259.56 0.72 0.51
Hex 62 27 DC 37 52 0 E 104 48 33
Octal 142 47 334 67 122 0 16 404 110 63
Binary 1100010 100111 11011100 110111 1010010 0 1110 100000100 1001000 110011

Color Harmonies of #6227DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6227DC

Black with #6227DC

Text Example


Text Example

White with #6227DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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