Html Css Color HEX #6638CA Purple Heart

📋 copy color: '#6638CA'

red 102 ◦ green 56 ◦ blue 202

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

Shades of Purple Heart #6638CA

Tints of Purple Heart #6638CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 56.11%

R = 28.33%
G = 15.56%
B = 56.11%

CMYK

 C value IS 0.50

 M value IS 0.72

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6638CA (or 0x6638CA) is known color: Purple Heart. HEX triplet: 66, 38 and CA. RGB value is (102,56,202). Sum of RGB (Red+Green+Blue) = 102+56+202=360 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.33% from 360); Green value is 56 (22.27% from 255 or 15.56% from 360); Blue value is 202 (79.30% from 255 or 56.11% from 360); Max value from RGB is 202 - color contains mainly: blue. Hex color #6638CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6638CA is #99C735. Grayscale: #555555. Windows color (decimal): -10078006 or 13252710. OLE color: 13252710.

HSL color Cylindrical-coordinate representation of color #6638CA: hue angle of 258.9º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6638CA is Cyan = 0.50, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 102 56 202 -
CMYK 0.50 0.72 0 0.21
HSL 258.9º 0.58% 0.51% -
HSV(B) 258.9º 0.72% 0.79% -
XYZ 17.55 9.92 56.87 -
YUV 86.4 193.24 139.13 -
System Red Green Blue C M Y K H S L
Decimal 102 56 202 0.50 0.72 0 0.21 258.9 0.58 0.51
Hex 66 38 CA 32 48 0 15 103 3A 33
Octal 146 70 312 62 110 0 25 403 72 63
Binary 1100110 111000 11001010 110010 1001000 0 10101 100000011 111010 110011

Color Harmonies of #6638CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6638CA

Black with #6638CA

Text Example


Text Example

White with #6638CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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