Html Css Color HEX #6338CE Purple Heart

📋 copy color: '#6338CE'

red 99 ◦ green 56 ◦ blue 206

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

Shades of Purple Heart #6338CE

Tints of Purple Heart #6338CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 57.06%

R = 27.42%
G = 15.51%
B = 57.06%

CMYK

 C value IS 0.52

 M value IS 0.73

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6338CE (or 0x6338CE) is known color: Purple Heart. HEX triplet: 63, 38 and CE. RGB value is (99,56,206). Sum of RGB (Red+Green+Blue) = 99+56+206=361 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.42% from 361); Green value is 56 (22.27% from 255 or 15.51% from 361); Blue value is 206 (80.86% from 255 or 57.06% from 361); Max value from RGB is 206 - color contains mainly: blue. Hex color #6338CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6338CE is #9CC731. Grayscale: #555555. Windows color (decimal): -10274610 or 13514851. OLE color: 13514851.

HSL color Cylindrical-coordinate representation of color #6338CE: hue angle of 257.2º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6338CE is Cyan = 0.52, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 99 56 206 -
CMYK 0.52 0.73 0 0.19
HSL 257.2º 0.6% 0.51% -
HSV(B) 257.2º 0.73% 0.81% -
XYZ 17.7 9.94 59.38 -
YUV 85.96 195.75 137.3 -
System Red Green Blue C M Y K H S L
Decimal 99 56 206 0.52 0.73 0 0.19 257.2 0.6 0.51
Hex 63 38 CE 34 49 0 13 101 3C 33
Octal 143 70 316 64 111 0 23 401 74 63
Binary 1100011 111000 11001110 110100 1001001 0 10011 100000001 111100 110011

Color Harmonies of #6338CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6338CE

Black with #6338CE

Text Example


Text Example

White with #6338CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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