Html Css Color HEX #6227CD Purple Heart

📋 copy color: '#6227CD'

red 98 ◦ green 39 ◦ blue 205

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

Shades of Purple Heart #6227CD

Tints of Purple Heart #6227CD

RGB

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

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

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

R = 28.65%
G = 11.4%
B = 59.94%

CMYK

 C value IS 0.52

 M value IS 0.81

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6227CD (or 0x6227CD) is known color: Purple Heart. HEX triplet: 62, 27 and CD. RGB value is (98,39,205). Sum of RGB (Red+Green+Blue) = 98+39+205=342 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.65% from 342); Green value is 39 (15.62% from 255 or 11.40% from 342); Blue value is 205 (80.47% from 255 or 59.94% from 342); Max value from RGB is 205 - color contains mainly: blue. Hex color #6227CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6227CD is #9DD832. Grayscale: #4A4A4A. Windows color (decimal): -10344499 or 13444962. OLE color: 13444962.

HSL color Cylindrical-coordinate representation of color #6227CD: hue angle of 261.33º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6227CD is Cyan = 0.52, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 98 39 205 -
CMYK 0.52 0.81 0 0.20
HSL 261.33º 0.68% 0.48% -
HSV(B) 261.33º 0.81% 0.8% -
XYZ 16.78 8.46 58.51 -
YUV 75.57 201.05 144 -
System Red Green Blue C M Y K H S L
Decimal 98 39 205 0.52 0.81 0 0.20 261.33 0.68 0.48
Hex 62 27 CD 34 51 0 14 105 44 30
Octal 142 47 315 64 121 0 24 405 104 60
Binary 1100010 100111 11001101 110100 1010001 0 10100 100000101 1000100 110000

Color Harmonies of #6227CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6227CD

Black with #6227CD

Text Example


Text Example

White with #6227CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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