Html Css Color HEX #6638CD Purple Heart

📋 copy color: '#6638CD'

red 102 ◦ green 56 ◦ blue 205

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

Shades of Purple Heart #6638CD

Tints of Purple Heart #6638CD

RGB

 RED value IS 102 (40.23% from 255) = 28.1%

 GREEN value IS 56 (22.27% from 255) = 15.43%

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

R = 28.1%
G = 15.43%
B = 56.47%

CMYK

 C value IS 0.50

 M value IS 0.73

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6638CD (or 0x6638CD) is known color: Purple Heart. HEX triplet: 66, 38 and CD. RGB value is (102,56,205). Sum of RGB (Red+Green+Blue) = 102+56+205=363 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.10% from 363); Green value is 56 (22.27% from 255 or 15.43% from 363); Blue value is 205 (80.47% from 255 or 56.47% from 363); Max value from RGB is 205 - color contains mainly: blue. Hex color #6638CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6638CD is #99C732. Grayscale: #565656. Windows color (decimal): -10078003 or 13449318. OLE color: 13449318.

HSL color Cylindrical-coordinate representation of color #6638CD: hue angle of 258.52º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6638CD is Cyan = 0.50, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 102 56 205 -
CMYK 0.50 0.73 0 0.20
HSL 258.52º 0.6% 0.51% -
HSV(B) 258.52º 0.73% 0.8% -
XYZ 17.91 10.06 58.76 -
YUV 86.74 194.74 138.88 -
System Red Green Blue C M Y K H S L
Decimal 102 56 205 0.50 0.73 0 0.20 258.52 0.6 0.51
Hex 66 38 CD 32 49 0 14 103 3C 33
Octal 146 70 315 62 111 0 24 403 74 63
Binary 1100110 111000 11001101 110010 1001001 0 10100 100000011 111100 110011

Color Harmonies of #6638CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6638CD

Black with #6638CD

Text Example


Text Example

White with #6638CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,56,205); }

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

background-color css

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

 a { background-color: rgb(102,56,205); }

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

border-color css

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

 span { border-color: rgb(102,56,205); }

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