Html Css Color HEX #6038AF Purple Heart

📋 copy color: '#6038AF'

red 96 ◦ green 56 ◦ blue 175

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

Shades of Purple Heart #6038AF

Tints of Purple Heart #6038AF

RGB

 RED value IS 96 (37.89% from 255) = 29.36%

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

 BLUE value IS 175 (68.75% from 255) = 53.52%

R = 29.36%
G = 17.13%
B = 53.52%

CMYK

 C value IS 0.45

 M value IS 0.68

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6038AF (or 0x6038AF) is known color: Purple Heart. HEX triplet: 60, 38 and AF. RGB value is (96,56,175). Sum of RGB (Red+Green+Blue) = 96+56+175=327 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.36% from 327); Green value is 56 (22.27% from 255 or 17.13% from 327); Blue value is 175 (68.75% from 255 or 53.52% from 327); Max value from RGB is 175 - color contains mainly: blue. Hex color #6038AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6038AF is #9FC750. Grayscale: #515151. Windows color (decimal): -10471249 or 11483232. OLE color: 11483232.

HSL color Cylindrical-coordinate representation of color #6038AF: hue angle of 260.17º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6038AF is Cyan = 0.45, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 96 56 175 -
CMYK 0.45 0.68 0 0.31
HSL 260.17º 0.52% 0.45% -
HSV(B) 260.17º 0.68% 0.69% -
XYZ 13.98 8.41 41.44 -
YUV 81.53 180.75 138.32 -
System Red Green Blue C M Y K H S L
Decimal 96 56 175 0.45 0.68 0 0.31 260.17 0.52 0.45
Hex 60 38 AF 2D 44 0 1F 104 34 2D
Octal 140 70 257 55 104 0 37 404 64 55
Binary 1100000 111000 10101111 101101 1000100 0 11111 100000100 110100 101101

Color Harmonies of #6038AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6038AF

Black with #6038AF

Text Example


Text Example

White with #6038AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6038AF; }

 p { color: rgb(96,56,175); }

 H1.HeaderClassName
 {
   color: #6038AF;
 }
 .AnyTagClassName
 {
   color: #6038AF;
 }
</style>

background-color css

<style>
 a { background-color: #6038AF; }

 a { background-color: rgb(96,56,175); }

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

border-color css

<style>
 span { border-color: #6038AF; }

 span { border-color: rgb(96,56,175); }

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