Html Css Color HEX #6230CF Purple Heart

📋 copy color: '#6230CF'

red 98 ◦ green 48 ◦ blue 207

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

Shades of Purple Heart #6230CF

Tints of Purple Heart #6230CF

RGB

 RED value IS 98 (38.67% from 255) = 27.76%

 GREEN value IS 48 (19.14% from 255) = 13.6%

 BLUE value IS 207 (81.25% from 255) = 58.64%

R = 27.76%
G = 13.6%
B = 58.64%

CMYK

 C value IS 0.53

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6230CF (or 0x6230CF) is known color: Purple Heart. HEX triplet: 62, 30 and CF. RGB value is (98,48,207). Sum of RGB (Red+Green+Blue) = 98+48+207=353 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.76% from 353); Green value is 48 (19.14% from 255 or 13.60% from 353); Blue value is 207 (81.25% from 255 or 58.64% from 353); Max value from RGB is 207 - color contains mainly: blue. Hex color #6230CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6230CF is #9DCF30. Grayscale: #505050. Windows color (decimal): -10342193 or 13578338. OLE color: 13578338.

HSL color Cylindrical-coordinate representation of color #6230CF: hue angle of 258.87º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6230CF is Cyan = 0.53, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 98 48 207 -
CMYK 0.53 0.77 0 0.19
HSL 258.87º 0.62% 0.5% -
HSV(B) 258.87º 0.77% 0.81% -
XYZ 17.36 9.22 59.9 -
YUV 81.08 199.07 140.07 -
System Red Green Blue C M Y K H S L
Decimal 98 48 207 0.53 0.77 0 0.19 258.87 0.62 0.5
Hex 62 30 CF 35 4D 0 13 103 3E 32
Octal 142 60 317 65 115 0 23 403 76 62
Binary 1100010 110000 11001111 110101 1001101 0 10011 100000011 111110 110010

Color Harmonies of #6230CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6230CF

Black with #6230CF

Text Example


Text Example

White with #6230CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6230CF; }

 p { color: rgb(98,48,207); }

 H1.HeaderClassName
 {
   color: #6230CF;
 }
 .AnyTagClassName
 {
   color: #6230CF;
 }
</style>

background-color css

<style>
 a { background-color: #6230CF; }

 a { background-color: rgb(98,48,207); }

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

border-color css

<style>
 span { border-color: #6230CF; }

 span { border-color: rgb(98,48,207); }

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