Html Css Color HEX #6228CF Purple Heart

📋 copy color: '#6228CF'

red 98 ◦ green 40 ◦ blue 207

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

Shades of Purple Heart #6228CF

Tints of Purple Heart #6228CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 60%

R = 28.41%
G = 11.59%
B = 60%

CMYK

 C value IS 0.53

 M value IS 0.81

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6228CF (or 0x6228CF) is known color: Purple Heart. HEX triplet: 62, 28 and CF. RGB value is (98,40,207). Sum of RGB (Red+Green+Blue) = 98+40+207=345 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.41% from 345); Green value is 40 (16.02% from 255 or 11.59% from 345); Blue value is 207 (81.25% from 255 or 60% from 345); Max value from RGB is 207 - color contains mainly: blue. Hex color #6228CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6228CF is #9DD730. Grayscale: #4B4B4B. Windows color (decimal): -10344241 or 13576290. OLE color: 13576290.

HSL color Cylindrical-coordinate representation of color #6228CF: hue angle of 260.84º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6228CF is Cyan = 0.53, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 98 40 207 -
CMYK 0.53 0.81 0 0.19
HSL 260.84º 0.68% 0.48% -
HSV(B) 260.84º 0.81% 0.81% -
XYZ 17.06 8.62 59.8 -
YUV 76.38 201.72 143.42 -
System Red Green Blue C M Y K H S L
Decimal 98 40 207 0.53 0.81 0 0.19 260.84 0.68 0.48
Hex 62 28 CF 35 51 0 13 105 44 30
Octal 142 50 317 65 121 0 23 405 104 60
Binary 1100010 101000 11001111 110101 1010001 0 10011 100000101 1000100 110000

Color Harmonies of #6228CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6228CF

Black with #6228CF

Text Example


Text Example

White with #6228CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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