Html Css Color HEX #6338CC Purple Heart

📋 copy color: '#6338CC'

red 99 ◦ green 56 ◦ blue 204

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

Shades of Purple Heart #6338CC

Tints of Purple Heart #6338CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 56.82%

R = 27.58%
G = 15.6%
B = 56.82%

CMYK

 C value IS 0.51

 M value IS 0.73

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6338CC (or 0x6338CC) is known color: Purple Heart. HEX triplet: 63, 38 and CC. RGB value is (99,56,204). Sum of RGB (Red+Green+Blue) = 99+56+204=359 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.58% from 359); Green value is 56 (22.27% from 255 or 15.60% from 359); Blue value is 204 (80.08% from 255 or 56.82% from 359); Max value from RGB is 204 - color contains mainly: blue. Hex color #6338CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6338CC is #9CC733. Grayscale: #555555. Windows color (decimal): -10274612 or 13383779. OLE color: 13383779.

HSL color Cylindrical-coordinate representation of color #6338CC: hue angle of 257.43º degrees, saturation: 0.59, 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 #6338CC is Cyan = 0.51, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 99 56 204 -
CMYK 0.51 0.73 0 0.2
HSL 257.43º 0.59% 0.51% -
HSV(B) 257.43º 0.73% 0.8% -
XYZ 17.46 9.84 58.11 -
YUV 85.73 194.75 137.47 -
System Red Green Blue C M Y K H S L
Decimal 99 56 204 0.51 0.73 0 0.2 257.43 0.59 0.51
Hex 63 38 CC 33 49 0 14 101 3B 33
Octal 143 70 314 63 111 0 24 401 73 63
Binary 1100011 111000 11001100 110011 1001001 0 10100 100000001 111011 110011

Color Harmonies of #6338CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6338CC

Black with #6338CC

Text Example


Text Example

White with #6338CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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