Html Css Color HEX #6228CD Purple Heart

📋 copy color: '#6228CD'

red 98 ◦ green 40 ◦ blue 205

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

Shades of Purple Heart #6228CD

Tints of Purple Heart #6228CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 59.77%

R = 28.57%
G = 11.66%
B = 59.77%

CMYK

 C value IS 0.52

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6228CD (or 0x6228CD) is known color: Purple Heart. HEX triplet: 62, 28 and CD. RGB value is (98,40,205). Sum of RGB (Red+Green+Blue) = 98+40+205=343 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.57% from 343); Green value is 40 (16.02% from 255 or 11.66% from 343); Blue value is 205 (80.47% from 255 or 59.77% from 343); Max value from RGB is 205 - color contains mainly: blue. Hex color #6228CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6228CD is #9DD732. Grayscale: #4B4B4B. Windows color (decimal): -10344243 or 13445218. OLE color: 13445218.

HSL color Cylindrical-coordinate representation of color #6228CD: hue angle of 261.09º 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 #6228CD is Cyan = 0.52, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 98 40 205 -
CMYK 0.52 0.80 0 0.20
HSL 261.09º 0.67% 0.48% -
HSV(B) 261.09º 0.8% 0.8% -
XYZ 16.82 8.52 58.52 -
YUV 76.15 200.72 143.58 -
System Red Green Blue C M Y K H S L
Decimal 98 40 205 0.52 0.80 0 0.20 261.09 0.67 0.48
Hex 62 28 CD 34 50 0 14 105 43 30
Octal 142 50 315 64 120 0 24 405 103 60
Binary 1100010 101000 11001101 110100 1010000 0 10100 100000101 1000011 110000

Color Harmonies of #6228CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6228CD

Black with #6228CD

Text Example


Text Example

White with #6228CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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