Html Css Color HEX #6338C6 Purple Heart

📋 copy color: '#6338C6'

red 99 ◦ green 56 ◦ blue 198

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

Shades of Purple Heart #6338C6

Tints of Purple Heart #6338C6

RGB

 RED value IS 99 (39.06% from 255) = 28.05%

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

 BLUE value IS 198 (77.73% from 255) = 56.09%

R = 28.05%
G = 15.86%
B = 56.09%

CMYK

 C value IS 0.50

 M value IS 0.72

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#6338C6 (or 0x6338C6) is known color: Purple Heart. HEX triplet: 63, 38 and C6. RGB value is (99,56,198). Sum of RGB (Red+Green+Blue) = 99+56+198=353 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.05% from 353); Green value is 56 (22.27% from 255 or 15.86% from 353); Blue value is 198 (77.73% from 255 or 56.09% from 353); Max value from RGB is 198 - color contains mainly: blue. Hex color #6338C6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6338C6 is #9CC739. Grayscale: #545454. Windows color (decimal): -10274618 or 12990563. OLE color: 12990563.

HSL color Cylindrical-coordinate representation of color #6338C6: hue angle of 258.17º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6338C6 is Cyan = 0.50, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 99 56 198 -
CMYK 0.50 0.72 0 0.22
HSL 258.17º 0.56% 0.5% -
HSV(B) 258.17º 0.72% 0.78% -
XYZ 16.75 9.56 54.39 -
YUV 85.05 191.75 137.95 -
System Red Green Blue C M Y K H S L
Decimal 99 56 198 0.50 0.72 0 0.22 258.17 0.56 0.5
Hex 63 38 C6 32 48 0 16 102 38 32
Octal 143 70 306 62 110 0 26 402 70 62
Binary 1100011 111000 11000110 110010 1001000 0 10110 100000010 111000 110010

Color Harmonies of #6338C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6338C6

Black with #6338C6

Text Example


Text Example

White with #6338C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6338C6; }

 p { color: rgb(99,56,198); }

 H1.HeaderClassName
 {
   color: #6338C6;
 }
 .AnyTagClassName
 {
   color: #6338C6;
 }
</style>

background-color css

<style>
 a { background-color: #6338C6; }

 a { background-color: rgb(99,56,198); }

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

border-color css

<style>
 span { border-color: #6338C6; }

 span { border-color: rgb(99,56,198); }

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