Html Css Color HEX #6223CD Purple Heart

📋 copy color: '#6223CD'

red 98 ◦ green 35 ◦ blue 205

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

Shades of Purple Heart #6223CD

Tints of Purple Heart #6223CD

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.36%

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

R = 28.99%
G = 10.36%
B = 60.65%

CMYK

 C value IS 0.52

 M value IS 0.83

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6223CD (or 0x6223CD) is known color: Purple Heart. HEX triplet: 62, 23 and CD. RGB value is (98,35,205). Sum of RGB (Red+Green+Blue) = 98+35+205=338 (44% of max value = 765). Red value is 98 (38.67% from 255 or 28.99% from 338); Green value is 35 (14.06% from 255 or 10.36% from 338); Blue value is 205 (80.47% from 255 or 60.65% from 338); Max value from RGB is 205 - color contains mainly: blue. Hex color #6223CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6223CD is #9DDC32. Grayscale: #484848. Windows color (decimal): -10345523 or 13443938. OLE color: 13443938.

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

Color convert

RGB 98 35 205 -
CMYK 0.52 0.83 0 0.20
HSL 262.24º 0.71% 0.47% -
HSV(B) 262.24º 0.83% 0.8% -
XYZ 16.66 8.21 58.46 -
YUV 73.22 202.37 145.68 -
System Red Green Blue C M Y K H S L
Decimal 98 35 205 0.52 0.83 0 0.20 262.24 0.71 0.47
Hex 62 23 CD 34 53 0 14 106 47 2F
Octal 142 43 315 64 123 0 24 406 107 57
Binary 1100010 100011 11001101 110100 1010011 0 10100 100000110 1000111 101111

Color Harmonies of #6223CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6223CD

Black with #6223CD

Text Example


Text Example

White with #6223CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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